#FFBF2B

Color #FFBF2B Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FFBF2B

Tints of Saffron #FFBF2B

Color information

#FFBF2B (or 0xFFBF2B) is unknown color: approx 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

RGB25519143-
CMYK00.250.830
HSL41.89º100%58.43%-
HSV(B)41.89º83.14%100%-
XYZ60.3158.710.44-
YUV193.2643.2172.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551914300.250.83041.8910058.43
HexFFBF2B0195302a643a
Octal3772775303112305214472
Binary1111111110111111101011011001101001101010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>