#FDC127

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

Shades of Saffron #FDC127

Tints of Saffron #FDC127

Color information

#FDC127 (or 0xFDC127) is unknown color: approx Saffron. HEX triplet: FD, C1 and 27. RGB value is (253,193,39). Sum of RGB (Red+Green+Blue) = 253+193+39=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC127 is #023ED8. Grayscale: #C2C2C2. Windows color (decimal): -147161 or 2605565. OLE color: 2605565.

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

Color convert

RGB25319339-
CMYK00.240.850.01
HSL43.18º98.17%57.25%-
HSV(B)43.18º84.58%99.22%-
XYZ59.9459.1710.18-
YUV193.3840.88170.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 39 (15.62% from 255) = 8.04%
R=52.16%
G=39.79%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531933900.240.850.0143.1898.1757.25
HexFDC1270185512b6239
Octal3753014703012515314271
Binary1111110111000001100111011000101010111010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC127; }

 p { color: rgb(253,193,39); }

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

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

 a { background-color: rgb(253,193,39); }

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

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

 span { border-color: rgb(253,193,39); }

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