Html Css Color HEX #F9C72C Saffron

📋 copy color: '#F9C72C'

red 249 ◦ green 199 ◦ blue 44

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

Shades of Saffron #F9C72C

Tints of Saffron #F9C72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

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

R = 50.61%
G = 40.45%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9C72C (or 0xF9C72C) is known color: Saffron. HEX triplet: F9, C7 and 2C. RGB value is (249,199,44). Sum of RGB (Red+Green+Blue) = 249+199+44=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C72C is #0638D3. Grayscale: #C4C4C4. Windows color (decimal): -407764 or 2934777. OLE color: 2934777.

HSL color Cylindrical-coordinate representation of color #F9C72C: hue angle of 45.37º 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 #F9C72C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 199 44 -
CMYK 0 0.20 0.82 0.02
HSL 45.37º 0.94% 0.57% -
HSV(B) 45.37º 0.82% 0.98% -
XYZ 59.94 61.17 11.03 -
YUV 196.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 249 199 44 0 0.20 0.82 0.02 45.37 0.94 0.57
Hex F9 C7 2C 0 14 52 2 2D 5E 39
Octal 371 307 54 0 24 122 2 55 136 71
Binary 11111001 11000111 101100 0 10100 1010010 10 101101 1011110 111001

Color Harmonies of #F9C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C72C

Black with #F9C72C

Text Example


Text Example

White with #F9C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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