color codes Logo

#f7975b color codes

#F7975B
(247,151,91)
0 Favorites   0 Comments

Color spaces of #f7975b

RGB 24715191
HSL0.060.910.66
HSV23°63°97°
CMYK 0.000.390.63   0.03
XYZ51.312742.662715.4278
Yxy42.66270.46900.3900
Hunter Lab65.316725.925131.7174
CIE-Lab71.325430.726446.2946

#f7975b color RGB value is (247,151,91).

#f7975b hex color red value is 247, green value is 151 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f7975b hue: 0.06 , saturation: 0.91 and the lightness value of f7975b is 0.66.

The process color (four color CMYK) of #f7975b color code is 0.00, 0.39, 0.63, 0.03. Web safe color of #f7975b is #ff9966. Color #f7975b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010111 01011011
Octal 367 227 133
Decimal 247 151 91
Hex F7 97 5B

RGB Percentages of Color #f7975b

%50.51
%30.88
%18.61

CMYK Percentages of Color #f7975b

%0
%39
%63
%3

Triadic Colors of #f7975b

#f7975b #5bf797 #975bf7

Analogous Colors of #f7975b

#f7975b #f7e55b #f75b6d

Monochromatic Colors of #f7975b

#f7975b

Complementary Color

#f7975b #5bbbf7

#f7975b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7975b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7975b Color CSS Codes

.mybgcolor {background-color:#f7975b; } 
.myforecolor {color:#f7975b; }
.mybordercolor {border:3px solid #f7975b; }

#f7975b Text Font Color

<p style="color:#f7975b">Text here</p>

This sample text font color is #f7975b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7975b Background Color

<div style="background-color:#f7975b">
Div content here</div>

This div background color is #f7975b


#f7975b Border Color

<div style="border:3px solid #f7975b">
Div here</div>

This div border color is #f7975b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,151,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7975b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7975b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7975b;
  box-shadow:         1px 1px 3px 2px #f7975b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,151,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7975b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7975b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7975b;
  box-shadow:         1px 1px 3px 2px #f7975b;">
Div content here</div>

This div box has shadow with color #f7975b

Related Colors


Comments

No comments written yet.

Please login to write comment.