#FFCC44

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

Shades of Sunglow #FFCC44

Tints of Sunglow #FFCC44

Color information

#FFCC44 (or 0xFFCC44) is unknown color: approx Sunglow. HEX triplet: FF, CC and 44. RGB value is (255,204,68). Sum of RGB (Red+Green+Blue) = 255+204+68=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC44 is #0033BB. Grayscale: #CCCCCC. Windows color (decimal): -13244 or 4508927. OLE color: 4508927.

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

Color convert

RGB25520468-
CMYK00.20.730
HSL43.64º100%63.33%-
HSV(B)43.64º73.33%100%-
XYZ63.8864.8614.62-
YUV203.7451.4164.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 68 (26.95% from 255) = 12.90%
R=48.39%
G=38.71%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552046800.20.73043.6410063.33
HexFFCC440144902c643f
Octal37731410402411105414477
Binary11111111110011001000100010100100100101011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC44; }

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

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

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

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

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

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

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

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