Html Css Color HEX #FDC227 Saffron

📋 copy color: '#FDC227'

red 253 ◦ green 194 ◦ blue 39

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

Shades of Saffron #FDC227

Tints of Saffron #FDC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 52.06%
G = 39.92%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC227 (or 0xFDC227) is known color: Saffron. HEX triplet: FD, C2 and 27. RGB value is (253,194,39). Sum of RGB (Red+Green+Blue) = 253+194+39=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC227 is #023DD8. Grayscale: #C2C2C2. Windows color (decimal): -146905 or 2605821. OLE color: 2605821.

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

Color convert

RGB 253 194 39 -
CMYK 0 0.23 0.85 0.01
HSL 43.46º 0.98% 0.57% -
HSV(B) 43.46º 0.85% 0.99% -
XYZ 60.17 59.61 10.25 -
YUV 193.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 253 194 39 0 0.23 0.85 0.01 43.46 0.98 0.57
Hex FD C2 27 0 17 55 1 2B 62 39
Octal 375 302 47 0 27 125 1 53 142 71
Binary 11111101 11000010 100111 0 10111 1010101 1 101011 1100010 111001

Color Harmonies of #FDC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC227

Black with #FDC227

Text Example


Text Example

White with #FDC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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