#FBCE40

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

Shades of Sunglow #FBCE40

Tints of Sunglow #FBCE40

Color information

#FBCE40 (or 0xFBCE40) is unknown color: approx Sunglow. HEX triplet: FB, CE and 40. RGB value is (251,206,64). Sum of RGB (Red+Green+Blue) = 251+206+64=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCE40 is #0431BF. Grayscale: #CBCBCB. Windows color (decimal): -274880 or 4247291. OLE color: 4247291.

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

Color convert

RGB25120664-
CMYK00.180.750.02
HSL45.56º95.9%61.76%-
HSV(B)45.56º74.5%98.43%-
XYZ62.7865.0214.09-
YUV203.2749.41162.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 64 (25.39% from 255) = 12.28%
R=48.18%
G=39.54%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512066400.180.750.0245.5695.961.76
HexFBCE400124B22e603e
Octal37331610002211325614076
Binary111110111100111010000000100101001011101011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE40; }

 p { color: rgb(251,206,64); }

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

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

 a { background-color: rgb(251,206,64); }

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

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

 span { border-color: rgb(251,206,64); }

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