#FFD02C

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

Shades of Sunglow #FFD02C

Tints of Sunglow #FFD02C

Color information

#FFD02C (or 0xFFD02C) is unknown color: approx Sunglow. HEX triplet: FF, D0 and 2C. RGB value is (255,208,44). Sum of RGB (Red+Green+Blue) = 255+208+44=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD02C is #002FD3. Grayscale: #CCCCCC. Windows color (decimal): -12244 or 2937087. OLE color: 2937087.

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

Color convert

RGB25520844-
CMYK00.180.830
HSL46.64º100%58.63%-
HSV(B)46.64º82.75%100%-
XYZ64.2566.5511.84-
YUV203.3638.07164.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 44 (17.58% from 255) = 8.68%
R=50.30%
G=41.03%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552084400.180.83046.6410058.63
HexFFD02C0125302f643b
Octal3773205402212305714473
Binary1111111111010000101100010010101001101011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD02C; }

 p { color: rgb(255,208,44); }

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

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

 a { background-color: rgb(255,208,44); }

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

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

 span { border-color: rgb(255,208,44); }

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