#FDC331

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

Shades of Saffron #FDC331

Tints of Saffron #FDC331

Color information

#FDC331 (or 0xFDC331) is unknown color: approx Saffron. HEX triplet: FD, C3 and 31. RGB value is (253,195,49). Sum of RGB (Red+Green+Blue) = 253+195+49=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC331 is #023CCE. Grayscale: #C4C4C4. Windows color (decimal): -146639 or 3261437. OLE color: 3261437.

HSL color Cylindrical-coordinate representation of color #FDC331: hue angle of 42.94º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC331 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB25319549-
CMYK00.230.810.01
HSL42.94º98.08%59.22%-
HSV(B)42.94º80.63%99.22%-
XYZ60.5860.1311.32-
YUV195.745.22168.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 49 (19.53% from 255) = 9.86%
R=50.91%
G=39.24%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531954900.230.810.0142.9498.0859.22
HexFDC3310175112b623b
Octal3753036102712115314273
Binary1111110111000011110001010111101000111010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC331; }

 p { color: rgb(253,195,49); }

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

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

 a { background-color: rgb(253,195,49); }

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

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

 span { border-color: rgb(253,195,49); }

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