#FFD12C

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

Shades of Sunglow #FFD12C

Tints of Sunglow #FFD12C

Color information

#FFD12C (or 0xFFD12C) is unknown color: approx Sunglow. HEX triplet: FF, D1 and 2C. RGB value is (255,209,44). Sum of RGB (Red+Green+Blue) = 255+209+44=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD12C is #002ED3. Grayscale: #CCCCCC. Windows color (decimal): -11988 or 2937343. OLE color: 2937343.

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

Color convert

RGB25520944-
CMYK00.180.830
HSL46.92º100%58.63%-
HSV(B)46.92º82.75%100%-
XYZ64.567.0411.92-
YUV203.9437.74164.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 44 (17.58% from 255) = 8.66%
R=50.20%
G=41.14%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552094400.180.83046.9210058.63
HexFFD12C0125302f643b
Octal3773215402212305714473
Binary1111111111010001101100010010101001101011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD12C; }

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

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

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

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

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

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

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

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