Html Css Color HEX #F9BF33 Saffron

📋 copy color: '#F9BF33'

red 249 ◦ green 191 ◦ blue 51

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

Shades of Saffron #F9BF33

Tints of Saffron #F9BF33

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 51 (20.31% from 255) = 10.39%

R = 50.71%
G = 38.9%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9BF33 (or 0xF9BF33) is known color: Saffron. HEX triplet: F9, BF and 33. RGB value is (249,191,51). Sum of RGB (Red+Green+Blue) = 249+191+51=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF33 is #0640CC. Grayscale: #C1C1C1. Windows color (decimal): -409805 or 3391481. OLE color: 3391481.

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

Color convert

RGB 249 191 51 -
CMYK 0 0.23 0.80 0.02
HSL 42.42º 0.94% 0.59% -
HSV(B) 42.42º 0.8% 0.98% -
XYZ 58.3 57.64 11.19 -
YUV 192.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 249 191 51 0 0.23 0.80 0.02 42.42 0.94 0.59
Hex F9 BF 33 0 17 50 2 2A 5E 3B
Octal 371 277 63 0 27 120 2 52 136 73
Binary 11111001 10111111 110011 0 10111 1010000 10 101010 1011110 111011

Color Harmonies of #F9BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BF33

Black with #F9BF33

Text Example


Text Example

White with #F9BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BF33; }

 p { color: rgb(249,191,51); }

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

background-color css

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

 a { background-color: rgb(249,191,51); }

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

border-color css

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

 span { border-color: rgb(249,191,51); }

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