#FFCC3C

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

Shades of Sunglow #FFCC3C

Tints of Sunglow #FFCC3C

Color information

#FFCC3C (or 0xFFCC3C) is unknown color: approx Sunglow. HEX triplet: FF, CC and 3C. RGB value is (255,204,60). Sum of RGB (Red+Green+Blue) = 255+204+60=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC3C is #0033C3. Grayscale: #CBCBCB. Windows color (decimal): -13252 or 3984639. OLE color: 3984639.

HSL color Cylindrical-coordinate representation of color #FFCC3C: hue angle of 44.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFCC3C is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB25520460-
CMYK00.20.760
HSL44.31º100%61.76%-
HSV(B)44.31º76.47%100%-
XYZ63.6564.7713.42-
YUV202.8347.4165.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 60 (23.83% from 255) = 11.56%
R=49.13%
G=39.31%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552046000.20.76044.3110061.76
HexFFCC3C0144C02c643e
Octal3773147402411405414476
Binary1111111111001100111100010100100110001011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC3C; }

 p { color: rgb(255,204,60); }

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

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

 a { background-color: rgb(255,204,60); }

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

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

 span { border-color: rgb(255,204,60); }

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