Html Css Color HEX #F9BB31 Saffron

📋 copy color: '#F9BB31'

red 249 ◦ green 187 ◦ blue 49

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

Shades of Saffron #F9BB31

Tints of Saffron #F9BB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.56%

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 51.34%
G = 38.56%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9BB31 (or 0xF9BB31) is known color: Saffron. HEX triplet: F9, BB and 31. RGB value is (249,187,49). Sum of RGB (Red+Green+Blue) = 249+187+49=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BB31 is #0644CE. Grayscale: #BEBEBE. Windows color (decimal): -410831 or 3259385. OLE color: 3259385.

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

Color convert

RGB 249 187 49 -
CMYK 0 0.25 0.80 0.02
HSL 41.4º 0.94% 0.58% -
HSV(B) 41.4º 0.8% 0.98% -
XYZ 57.39 55.9 10.67 -
YUV 189.81 48.54 170.22 -
System Red Green Blue C M Y K H S L
Decimal 249 187 49 0 0.25 0.80 0.02 41.4 0.94 0.58
Hex F9 BB 31 0 19 50 2 29 5E 3A
Octal 371 273 61 0 31 120 2 51 136 72
Binary 11111001 10111011 110001 0 11001 1010000 10 101001 1011110 111010

Color Harmonies of #F9BB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BB31

Black with #F9BB31

Text Example


Text Example

White with #F9BB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BB31; }

 p { color: rgb(249,187,49); }

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

background-color css

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

 a { background-color: rgb(249,187,49); }

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

border-color css

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

 span { border-color: rgb(249,187,49); }

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