#FFD242

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

Shades of Sunglow #FFD242

Tints of Sunglow #FFD242

Color information

#FFD242 (or 0xFFD242) is unknown color: approx Sunglow. HEX triplet: FF, D2 and 42. RGB value is (255,210,66). Sum of RGB (Red+Green+Blue) = 255+210+66=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD242 is #002DBD. Grayscale: #CFCFCF. Windows color (decimal): -11710 or 4379391. OLE color: 4379391.

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

Color convert

RGB25521066-
CMYK00.180.740
HSL45.71º100%62.94%-
HSV(B)45.71º74.12%100%-
XYZ65.2767.7514.79-
YUV207.0448.41162.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 66 (26.17% from 255) = 12.43%
R=48.02%
G=39.55%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552106600.180.74045.7110062.94
HexFFD2420124A02e643f
Octal37732210202211205614477
Binary11111111110100101000010010010100101001011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD242; }

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

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

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

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

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

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

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

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