#FFD52C

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

Shades of Sunglow #FFD52C

Tints of Sunglow #FFD52C

Color information

#FFD52C (or 0xFFD52C) is unknown color: approx Sunglow. HEX triplet: FF, D5 and 2C. RGB value is (255,213,44). Sum of RGB (Red+Green+Blue) = 255+213+44=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52C is #002AD3. Grayscale: #CFCFCF. Windows color (decimal): -10964 or 2938367. OLE color: 2938367.

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

Color convert

RGB25521344-
CMYK00.160.830
HSL48.06º100%58.63%-
HSV(B)48.06º82.75%100%-
XYZ65.4969.0312.26-
YUV206.2936.41162.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 44 (17.58% from 255) = 8.59%
R=49.80%
G=41.60%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552134400.160.83048.0610058.63
HexFFD52C01053030643b
Octal3773255402012306014473
Binary1111111111010101101100010000101001101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD52C; }

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

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

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

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

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

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

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

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