#FFD431

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

Shades of Sunglow #FFD431

Tints of Sunglow #FFD431

Color information

#FFD431 (or 0xFFD431) is unknown color: approx Sunglow. HEX triplet: FF, D4 and 31. RGB value is (255,212,49). Sum of RGB (Red+Green+Blue) = 255+212+49=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD431 is #002BCE. Grayscale: #CECECE. Windows color (decimal): -11215 or 3265791. OLE color: 3265791.

HSL color Cylindrical-coordinate representation of color #FFD431: hue angle of 47.48º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD431 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB25521249-
CMYK00.170.810
HSL47.48º100%59.61%-
HSV(B)47.48º80.78%100%-
XYZ65.3468.5712.7-
YUV206.2739.25162.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 49 (19.53% from 255) = 9.50%
R=49.42%
G=41.09%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552124900.170.81047.4810059.61
HexFFD4310115102f643c
Octal3773246102112105714474
Binary1111111111010100110001010001101000101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD431; }

 p { color: rgb(255,212,49); }

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

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

 a { background-color: rgb(255,212,49); }

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

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

 span { border-color: rgb(255,212,49); }

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