Html Css Color HEX #FDC22F Saffron

📋 copy color: '#FDC22F'

red 253 ◦ green 194 ◦ blue 47

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

Shades of Saffron #FDC22F

Tints of Saffron #FDC22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 51.21%
G = 39.27%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC22F (or 0xFDC22F) is known color: Saffron. HEX triplet: FD, C2 and 2F. RGB value is (253,194,47). Sum of RGB (Red+Green+Blue) = 253+194+47=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC22F is #023DD0. Grayscale: #C3C3C3. Windows color (decimal): -146897 or 3130109. OLE color: 3130109.

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

Color convert

RGB 253 194 47 -
CMYK 0 0.23 0.81 0.01
HSL 42.82º 0.98% 0.59% -
HSV(B) 42.82º 0.81% 0.99% -
XYZ 60.31 59.67 11.03 -
YUV 194.88 44.55 169.45 -
System Red Green Blue C M Y K H S L
Decimal 253 194 47 0 0.23 0.81 0.01 42.82 0.98 0.59
Hex FD C2 2F 0 17 51 1 2B 62 3B
Octal 375 302 57 0 27 121 1 53 142 73
Binary 11111101 11000010 101111 0 10111 1010001 1 101011 1100010 111011

Color Harmonies of #FDC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC22F

Black with #FDC22F

Text Example


Text Example

White with #FDC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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