Html Css Color HEX #FFBF2B Saffron

📋 copy color: '#FFBF2B'

red 255 ◦ green 191 ◦ blue 43

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

Shades of Saffron #FFBF2B

Tints of Saffron #FFBF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.79%

R = 52.15%
G = 39.06%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFBF2B (or 0xFFBF2B) is known color: Saffron. HEX triplet: FF, BF and 2B. RGB value is (255,191,43). Sum of RGB (Red+Green+Blue) = 255+191+43=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF2B is #0040D4. Grayscale: #C1C1C1. Windows color (decimal): -16597 or 2867199. OLE color: 2867199.

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

Color convert

RGB 255 191 43 -
CMYK 0 0.25 0.83 0
HSL 41.89º 1% 0.58% -
HSV(B) 41.89º 0.83% 1% -
XYZ 60.31 58.7 10.44 -
YUV 193.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 255 191 43 0 0.25 0.83 0 41.89 1 0.58
Hex FF BF 2B 0 19 53 0 2A 64 3A
Octal 377 277 53 0 31 123 0 52 144 72
Binary 11111111 10111111 101011 0 11001 1010011 0 101010 1100100 111010

Color Harmonies of #FFBF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF2B

Black with #FFBF2B

Text Example


Text Example

White with #FFBF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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