Html Css Color HEX #F9C22C Saffron

📋 copy color: '#F9C22C'

red 249 ◦ green 194 ◦ blue 44

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

Shades of Saffron #F9C22C

Tints of Saffron #F9C22C

RGB

 RED value IS 249 (97.66% from 255) = 51.13%

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

 BLUE value IS 44 (17.58% from 255) = 9.03%

R = 51.13%
G = 39.84%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9C22C (or 0xF9C22C) is known color: Saffron. HEX triplet: F9, C2 and 2C. RGB value is (249,194,44). Sum of RGB (Red+Green+Blue) = 249+194+44=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C22C is #063DD3. Grayscale: #C2C2C2. Windows color (decimal): -409044 or 2933497. OLE color: 2933497.

HSL color Cylindrical-coordinate representation of color #F9C22C: hue angle of 43.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9C22C is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 194 44 -
CMYK 0 0.22 0.82 0.02
HSL 43.9º 0.94% 0.57% -
HSV(B) 43.9º 0.82% 0.98% -
XYZ 58.81 58.91 10.65 -
YUV 193.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 249 194 44 0 0.22 0.82 0.02 43.9 0.94 0.57
Hex F9 C2 2C 0 16 52 2 2C 5E 39
Octal 371 302 54 0 26 122 2 54 136 71
Binary 11111001 11000010 101100 0 10110 1010010 10 101100 1011110 111001

Color Harmonies of #F9C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C22C

Black with #F9C22C

Text Example


Text Example

White with #F9C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C22C; }

 p { color: rgb(249,194,44); }

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

background-color css

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

 a { background-color: rgb(249,194,44); }

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

border-color css

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

 span { border-color: rgb(249,194,44); }

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