Html Css Color HEX #FFBF31 Saffron

📋 copy color: '#FFBF31'

red 255 ◦ green 191 ◦ blue 49

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

Shades of Saffron #FFBF31

Tints of Saffron #FFBF31

RGB

 RED value IS 255 (100% from 255) = 51.52%

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

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

R = 51.52%
G = 38.59%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFBF31 (or 0xFFBF31) is known color: Saffron. HEX triplet: FF, BF and 31. RGB value is (255,191,49). Sum of RGB (Red+Green+Blue) = 255+191+49=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF31 is #0040CE. Grayscale: #C2C2C2. Windows color (decimal): -16591 or 3260415. OLE color: 3260415.

HSL color Cylindrical-coordinate representation of color #FFBF31: hue angle of 41.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBF31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 49 -
CMYK 0 0.25 0.81 0
HSL 41.36º 1% 0.6% -
HSV(B) 41.36º 0.81% 1% -
XYZ 60.43 58.74 11.06 -
YUV 193.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 255 191 49 0 0.25 0.81 0 41.36 1 0.6
Hex FF BF 31 0 19 51 0 29 64 3C
Octal 377 277 61 0 31 121 0 51 144 74
Binary 11111111 10111111 110001 0 11001 1010001 0 101001 1100100 111100

Color Harmonies of #FFBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF31

Black with #FFBF31

Text Example


Text Example

White with #FFBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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