#FFD22E

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

Shades of Sunglow #FFD22E

Tints of Sunglow #FFD22E

Color information

#FFD22E (or 0xFFD22E) is unknown color: approx Sunglow. HEX triplet: FF, D2 and 2E. RGB value is (255,210,46). Sum of RGB (Red+Green+Blue) = 255+210+46=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD22E is #002DD1. Grayscale: #CDCDCD. Windows color (decimal): -11730 or 3068671. OLE color: 3068671.

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

Color convert

RGB25521046-
CMYK00.180.820
HSL47.08º100%59.02%-
HSV(B)47.08º81.96%100%-
XYZ64.7867.5512.21-
YUV204.7638.41163.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 46 (18.36% from 255) = 9.00%
R=49.90%
G=41.10%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552104600.180.82047.0810059.02
HexFFD22E0125202f643b
Octal3773225602212205714473
Binary1111111111010010101110010010101001001011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD22E; }

 p { color: rgb(255,210,46); }

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

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

 a { background-color: rgb(255,210,46); }

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

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

 span { border-color: rgb(255,210,46); }

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