#FFD342

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

Shades of Sunglow #FFD342

Tints of Sunglow #FFD342

Color information

#FFD342 (or 0xFFD342) is unknown color: approx Sunglow. HEX triplet: FF, D3 and 42. RGB value is (255,211,66). Sum of RGB (Red+Green+Blue) = 255+211+66=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD342 is #002CBD. Grayscale: #D0D0D0. Windows color (decimal): -11454 or 4379647. OLE color: 4379647.

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

Color convert

RGB25521166-
CMYK00.170.740
HSL46.03º100%62.94%-
HSV(B)46.03º74.12%100%-
XYZ65.5268.2414.87-
YUV207.6348.08161.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 66 (26.17% from 255) = 12.41%
R=47.93%
G=39.66%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552116600.170.74046.0310062.94
HexFFD3420114A02e643f
Octal37732310202111205614477
Binary11111111110100111000010010001100101001011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD342; }

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

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

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

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

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

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

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

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