#FFCC42

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

Shades of Sunglow #FFCC42

Tints of Sunglow #FFCC42

Color information

#FFCC42 (or 0xFFCC42) is unknown color: approx Sunglow. HEX triplet: FF, CC and 42. RGB value is (255,204,66). Sum of RGB (Red+Green+Blue) = 255+204+66=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC42 is #0033BD. Grayscale: #CCCCCC. Windows color (decimal): -13246 or 4377855. OLE color: 4377855.

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

Color convert

RGB25520466-
CMYK00.20.740
HSL43.81º100%62.94%-
HSV(B)43.81º74.12%100%-
XYZ63.8264.8414.31-
YUV203.5250.4164.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 66 (26.17% from 255) = 12.57%
R=48.57%
G=38.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552046600.20.74043.8110062.94
HexFFCC420144A02c643f
Octal37731410202411205414477
Binary11111111110011001000010010100100101001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC42; }

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

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

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

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

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

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

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

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