Html Css Color HEX #FFBF2E Saffron

📋 copy color: '#FFBF2E'

red 255 ◦ green 191 ◦ blue 46

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

Shades of Saffron #FFBF2E

Tints of Saffron #FFBF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.35%

R = 51.83%
G = 38.82%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFBF2E (or 0xFFBF2E) is known color: Saffron. HEX triplet: FF, BF and 2E. RGB value is (255,191,46). Sum of RGB (Red+Green+Blue) = 255+191+46=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF2E is #0040D1. Grayscale: #C2C2C2. Windows color (decimal): -16594 or 3063807. OLE color: 3063807.

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

Color convert

RGB 255 191 46 -
CMYK 0 0.25 0.82 0
HSL 41.63º 1% 0.59% -
HSV(B) 41.63º 0.82% 1% -
XYZ 60.36 58.72 10.74 -
YUV 193.61 44.7 171.79 -
System Red Green Blue C M Y K H S L
Decimal 255 191 46 0 0.25 0.82 0 41.63 1 0.59
Hex FF BF 2E 0 19 52 0 2A 64 3B
Octal 377 277 56 0 31 122 0 52 144 73
Binary 11111111 10111111 101110 0 11001 1010010 0 101010 1100100 111011

Color Harmonies of #FFBF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF2E

Black with #FFBF2E

Text Example


Text Example

White with #FFBF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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