#FFCC40

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

Shades of Sunglow #FFCC40

Tints of Sunglow #FFCC40

Color information

#FFCC40 (or 0xFFCC40) is unknown color: approx Sunglow. HEX triplet: FF, CC and 40. RGB value is (255,204,64). Sum of RGB (Red+Green+Blue) = 255+204+64=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC40 is #0033BF. Grayscale: #CBCBCB. Windows color (decimal): -13248 or 4246783. OLE color: 4246783.

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

Color convert

RGB25520464-
CMYK00.20.750
HSL43.98º100%62.55%-
HSV(B)43.98º74.9%100%-
XYZ63.7664.8214-
YUV203.2949.4164.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 64 (25.39% from 255) = 12.24%
R=48.76%
G=39.01%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552046400.20.75043.9810062.55
HexFFCC400144B02c643f
Octal37731410002411305414477
Binary11111111110011001000000010100100101101011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC40; }

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

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

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

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

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

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

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

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