Html Css Color HEX #F9C229 Saffron

📋 copy color: '#F9C229'

red 249 ◦ green 194 ◦ blue 41

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

Shades of Saffron #F9C229

Tints of Saffron #F9C229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 51.45%
G = 40.08%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9C229 (or 0xF9C229) is known color: Saffron. HEX triplet: F9, C2 and 29. RGB value is (249,194,41). Sum of RGB (Red+Green+Blue) = 249+194+41=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C229 is #063DD6. Grayscale: #C1C1C1. Windows color (decimal): -409047 or 2736889. OLE color: 2736889.

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

Color convert

RGB 249 194 41 -
CMYK 0 0.22 0.84 0.02
HSL 44.13º 0.95% 0.57% -
HSV(B) 44.13º 0.84% 0.98% -
XYZ 58.76 58.88 10.37 -
YUV 193 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 249 194 41 0 0.22 0.84 0.02 44.13 0.95 0.57
Hex F9 C2 29 0 16 54 2 2C 5F 39
Octal 371 302 51 0 26 124 2 54 137 71
Binary 11111001 11000010 101001 0 10110 1010100 10 101100 1011111 111001

Color Harmonies of #F9C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C229

Black with #F9C229

Text Example


Text Example

White with #F9C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C229; }

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

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

background-color css

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

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

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

border-color css

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

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

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