Html Css Color HEX #F2BF31 Saffron

📋 copy color: '#F2BF31'

red 242 ◦ green 191 ◦ blue 49

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

Shades of Saffron #F2BF31

Tints of Saffron #F2BF31

RGB

 RED value IS 242 (94.92% from 255) = 50.21%

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

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

R = 50.21%
G = 39.63%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2BF31 (or 0xF2BF31) is known color: Saffron. HEX triplet: F2, BF and 31. RGB value is (242,191,49). Sum of RGB (Red+Green+Blue) = 242+191+49=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF31 is #0D40CE. Grayscale: #BEBEBE. Windows color (decimal): -868559 or 3260402. OLE color: 3260402.

HSL color Cylindrical-coordinate representation of color #F2BF31: hue angle of 44.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2BF31 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 49 -
CMYK 0 0.21 0.80 0.05
HSL 44.15º 0.88% 0.57% -
HSV(B) 44.15º 0.8% 0.95% -
XYZ 55.8 56.36 10.84 -
YUV 190.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 242 191 49 0 0.21 0.80 0.05 44.15 0.88 0.57
Hex F2 BF 31 0 15 50 5 2C 58 39
Octal 362 277 61 0 25 120 5 54 130 71
Binary 11110010 10111111 110001 0 10101 1010000 101 101100 1011000 111001

Color Harmonies of #F2BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF31

Black with #F2BF31

Text Example


Text Example

White with #F2BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF31; }

 p { color: rgb(242,191,49); }

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

background-color css

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

 a { background-color: rgb(242,191,49); }

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

border-color css

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

 span { border-color: rgb(242,191,49); }

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