#FCCF34

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

Shades of Sunglow #FCCF34

Tints of Sunglow #FCCF34

Color information

#FCCF34 (or 0xFCCF34) is unknown color: approx Sunglow. HEX triplet: FC, CF and 34. RGB value is (252,207,52). Sum of RGB (Red+Green+Blue) = 252+207+52=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF34 is #0330CB. Grayscale: #CBCBCB. Windows color (decimal): -209100 or 3461116. OLE color: 3461116.

HSL color Cylindrical-coordinate representation of color #FCCF34: hue angle of 46.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCCF34 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25220752-
CMYK00.180.790.01
HSL46.5º97.09%59.61%-
HSV(B)46.5º79.37%98.82%-
XYZ63.0865.5712.58-
YUV202.7842.91163.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 52 (20.70% from 255) = 10.18%
R=49.32%
G=40.51%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522075200.180.790.0146.597.0959.61
HexFCCF340124F12e613c
Octal3743176402211715614174
Binary1111110011001111110100010010100111111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCF34; }

 p { color: rgb(252,207,52); }

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

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

 a { background-color: rgb(252,207,52); }

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

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

 span { border-color: rgb(252,207,52); }

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