#FFBF00

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

Shades of Amber #FFBF00

Tints of Amber #FFBF00

Color information

#FFBF00 (or 0xFFBF00) is unknown color: approx Amber. HEX triplet: FF, BF and 00. RGB value is (255,191,0). Sum of RGB (Red+Green+Blue) = 255+191+0=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF00 is #0040FF. Grayscale: #BDBDBD. Windows color (decimal): -16640 or 49151. OLE color: 49151.

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

Color convert

RGB2551910-
CMYK00.2510
HSL44.94º100%50%-
HSV(B)44.94º100%100%-
XYZ59.8758.528.14-
YUV188.3621.7175.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.17%
G=42.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255191000.251044.9410050
HexFFBF00196402d6432
Octal377277003114405514462
Binary11111111101111110011001110010001011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF00; }

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

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

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

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

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

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

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

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