#FFD142

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

Shades of Sunglow #FFD142

Tints of Sunglow #FFD142

Color information

#FFD142 (or 0xFFD142) is unknown color: approx Sunglow. HEX triplet: FF, D1 and 42. RGB value is (255,209,66). Sum of RGB (Red+Green+Blue) = 255+209+66=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD142 is #002EBD. Grayscale: #CFCFCF. Windows color (decimal): -11966 or 4379135. OLE color: 4379135.

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

Color convert

RGB25520966-
CMYK00.180.740
HSL45.4º100%62.94%-
HSV(B)45.4º74.12%100%-
XYZ65.0267.2514.71-
YUV206.4548.74162.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 66 (26.17% from 255) = 12.45%
R=48.11%
G=39.43%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552096600.180.74045.410062.94
HexFFD1420124A02d643f
Octal37732110202211205514477
Binary11111111110100011000010010010100101001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD142; }

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

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

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

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

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

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

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

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