#FFD42C

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

Shades of Sunglow #FFD42C

Tints of Sunglow #FFD42C

Color information

#FFD42C (or 0xFFD42C) is unknown color: approx Sunglow. HEX triplet: FF, D4 and 2C. RGB value is (255,212,44). Sum of RGB (Red+Green+Blue) = 255+212+44=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD42C is #002BD3. Grayscale: #CECECE. Windows color (decimal): -11220 or 2938111. OLE color: 2938111.

HSL color Cylindrical-coordinate representation of color #FFD42C: hue angle of 47.77º 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 #FFD42C is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB25521244-
CMYK00.170.830
HSL47.77º100%58.63%-
HSV(B)47.77º82.75%100%-
XYZ65.2468.5312.17-
YUV205.736.75163.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 212 (83.20% from 255) = 41.49%
BLUE value IS 44 (17.58% from 255) = 8.61%
R=49.90%
G=41.49%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552124400.170.83047.7710058.63
HexFFD42C01153030643b
Octal3773245402112306014473
Binary1111111111010100101100010001101001101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD42C; }

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

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

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

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

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

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

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

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