#FFCC2B

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

Shades of Sunglow #FFCC2B

Tints of Sunglow #FFCC2B

Color information

#FFCC2B (or 0xFFCC2B) is unknown color: approx Sunglow. HEX triplet: FF, CC and 2B. RGB value is (255,204,43). Sum of RGB (Red+Green+Blue) = 255+204+43=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC2B is #0033D4. Grayscale: #C9C9C9. Windows color (decimal): -13269 or 2870527. OLE color: 2870527.

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

Color convert

RGB25520443-
CMYK00.20.830
HSL45.57º100%58.43%-
HSV(B)45.57º83.14%100%-
XYZ63.2764.6211.42-
YUV200.938.9166.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 43 (17.19% from 255) = 8.57%
R=50.80%
G=40.64%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552044300.20.83045.5710058.43
HexFFCC2B0145302e643a
Octal3773145302412305614472
Binary1111111111001100101011010100101001101011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC2B; }

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

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

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

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

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

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

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

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