Html Css Color HEX #F9C532 Saffron

📋 copy color: '#F9C532'

red 249 ◦ green 197 ◦ blue 50

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

Shades of Saffron #F9C532

Tints of Saffron #F9C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 50.2%
G = 39.72%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9C532 (or 0xF9C532) is known color: Saffron. HEX triplet: F9, C5 and 32. RGB value is (249,197,50). Sum of RGB (Red+Green+Blue) = 249+197+50=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C532 is #063ACD. Grayscale: #C4C4C4. Windows color (decimal): -408270 or 3327481. OLE color: 3327481.

HSL color Cylindrical-coordinate representation of color #F9C532: hue angle of 44.32º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9C532 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 197 50 -
CMYK 0 0.21 0.80 0.02
HSL 44.32º 0.94% 0.59% -
HSV(B) 44.32º 0.8% 0.98% -
XYZ 59.61 60.3 11.52 -
YUV 195.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 249 197 50 0 0.21 0.80 0.02 44.32 0.94 0.59
Hex F9 C5 32 0 15 50 2 2C 5E 3B
Octal 371 305 62 0 25 120 2 54 136 73
Binary 11111001 11000101 110010 0 10101 1010000 10 101100 1011110 111011

Color Harmonies of #F9C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C532

Black with #F9C532

Text Example


Text Example

White with #F9C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C532; }

 p { color: rgb(249,197,50); }

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

background-color css

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

 a { background-color: rgb(249,197,50); }

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

border-color css

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

 span { border-color: rgb(249,197,50); }

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