#FFBF2C

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

Shades of Saffron #FFBF2C

Tints of Saffron #FFBF2C

Color information

#FFBF2C (or 0xFFBF2C) is unknown color: approx Saffron. HEX triplet: FF, BF and 2C. RGB value is (255,191,44). Sum of RGB (Red+Green+Blue) = 255+191+44=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF2C is #0040D3. Grayscale: #C2C2C2. Windows color (decimal): -16596 or 2932735. OLE color: 2932735.

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

Color convert

RGB25519144-
CMYK00.250.830
HSL41.8º100%58.63%-
HSV(B)41.8º82.75%100%-
XYZ60.3358.710.53-
YUV193.3843.7171.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 44 (17.58% from 255) = 8.98%
R=52.04%
G=38.98%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551914400.250.83041.810058.63
HexFFBF2C0195302a643b
Octal3772775403112305214473
Binary1111111110111111101100011001101001101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF2C; }

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

 H1.HeaderClassName
 {
   color: #FFBF2C;
 }
 .AnyTagClassName
 {
   color: #FFBF2C;
 }
</style>
background-color css

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

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

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

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

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

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