#FBCC40

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

Shades of Sunglow #FBCC40

Tints of Sunglow #FBCC40

Color information

#FBCC40 (or 0xFBCC40) is unknown color: approx Sunglow. HEX triplet: FB, CC and 40. RGB value is (251,204,64). Sum of RGB (Red+Green+Blue) = 251+204+64=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC40 is #0433BF. Grayscale: #CACACA. Windows color (decimal): -275392 or 4246779. OLE color: 4246779.

HSL color Cylindrical-coordinate representation of color #FBCC40: hue angle of 44.92º 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 #FBCC40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB25120464-
CMYK00.190.750.02
HSL44.92º95.9%61.76%-
HSV(B)44.92º74.5%98.43%-
XYZ62.364.0713.93-
YUV202.0950.07162.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 64 (25.39% from 255) = 12.33%
R=48.36%
G=39.31%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512046400.190.750.0244.9295.961.76
HexFBCC400134B22d603e
Octal37331410002311325514076
Binary111110111100110010000000100111001011101011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCC40; }

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

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

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

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

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

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

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

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