Html Css Color HEX #FDC027 Saffron

📋 copy color: '#FDC027'

red 253 ◦ green 192 ◦ blue 39

#FDC027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #FDC027

Tints of Saffron #FDC027

RGB

 RED value IS 253 (99.22% from 255) = 52.27%

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 39 (15.63% from 255) = 8.06%

R = 52.27%
G = 39.67%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC027 (or 0xFDC027) is known color: Saffron. HEX triplet: FD, C0 and 27. RGB value is (253,192,39). Sum of RGB (Red+Green+Blue) = 253+192+39=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC027 is #023FD8. Grayscale: #C1C1C1. Windows color (decimal): -147417 or 2605309. OLE color: 2605309.

HSL color Cylindrical-coordinate representation of color #FDC027: hue angle of 42.9º 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 #FDC027 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 39 -
CMYK 0 0.24 0.85 0.01
HSL 42.9º 0.98% 0.57% -
HSV(B) 42.9º 0.85% 0.99% -
XYZ 59.72 58.73 10.11 -
YUV 192.8 41.21 170.94 -
System Red Green Blue C M Y K H S L
Decimal 253 192 39 0 0.24 0.85 0.01 42.9 0.98 0.57
Hex FD C0 27 0 18 55 1 2B 62 39
Octal 375 300 47 0 30 125 1 53 142 71
Binary 11111101 11000000 100111 0 11000 1010101 1 101011 1100010 111001

Color Harmonies of #FDC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC027

Black with #FDC027

Text Example


Text Example

White with #FDC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC027; }

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

 H1.HeaderClassName
 {
   color: #FDC027;
 }
 .AnyTagClassName
 {
   color: #FDC027;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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