#FB9D42

Color #FB9D42 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FB9D42

Tints of Sunshade #FB9D42

Color information

#FB9D42 (or 0xFB9D42) is unknown color: approx Sunshade. HEX triplet: FB, 9D and 42. RGB value is (251,157,66). Sum of RGB (Red+Green+Blue) = 251+157+66=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9D42 is #0462BD. Grayscale: #AFAFAF. Windows color (decimal): -287422 or 4365819. OLE color: 4365819.

HSL color Cylindrical-coordinate representation of color #FB9D42: hue angle of 29.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB9D42 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25115766-
CMYK00.370.740.02
HSL29.51º95.85%62.16%-
HSV(B)29.51º73.71%98.43%-
XYZ52.8245.0211.06-
YUV174.7366.64182.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 66 (26.17% from 255) = 13.92%
R=52.95%
G=33.12%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511576600.370.740.0229.5195.8562.16
HexFB9D420254A21e603e
Octal37323510204511223614076
Binary111110111001110110000100100101100101010111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D42; }

 p { color: rgb(251,157,66); }

 H1.HeaderClassName
 {
   color: #FB9D42;
 }
 .AnyTagClassName
 {
   color: #FB9D42;
 }
</style>
background-color css

<style>
 a { background-color: #FB9D42; }

 a { background-color: rgb(251,157,66); }

 div.DivClassName
 {
   background-color: #FB9D42;
 }
 .BgClassName
 {
   background-color: #FB9D42;
 }
</style>
border-color css

<style>
 span { border-color: #FB9D42; }

 span { border-color: rgb(251,157,66); }

 td.TdClassName
 {
   border-color: #FB9D42;
 }
 .TagClassName
 {
   border-color: #FB9D42;
 }
</style>