#FFD32C

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

Shades of Sunglow #FFD32C

Tints of Sunglow #FFD32C

Color information

#FFD32C (or 0xFFD32C) is unknown color: approx Sunglow. HEX triplet: FF, D3 and 2C. RGB value is (255,211,44). Sum of RGB (Red+Green+Blue) = 255+211+44=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD32C is #002CD3. Grayscale: #CDCDCD. Windows color (decimal): -11476 or 2937855. OLE color: 2937855.

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

Color convert

RGB25521144-
CMYK00.170.830
HSL47.49º100%58.63%-
HSV(B)47.49º82.75%100%-
XYZ64.9968.0312.09-
YUV205.1237.08163.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 44 (17.58% from 255) = 8.63%
R=50%
G=41.37%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552114400.170.83047.4910058.63
HexFFD32C0115302f643b
Octal3773235402112305714473
Binary1111111111010011101100010001101001101011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD32C; }

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

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

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

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

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

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

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

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