Html Css Color HEX #FFBF11 Amber

📋 copy color: '#FFBF11'

red 255 ◦ green 191 ◦ blue 17

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

Shades of Amber #FFBF11

Tints of Amber #FFBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.67%

R = 55.08%
G = 41.25%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFBF11 (or 0xFFBF11) is known color: Amber. HEX triplet: FF, BF and 11. RGB value is (255,191,17). Sum of RGB (Red+Green+Blue) = 255+191+17=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF11 is #0040EE. Grayscale: #BFBFBF. Windows color (decimal): -16623 or 1163263. OLE color: 1163263.

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

Color convert

RGB 255 191 17 -
CMYK 0 0.25 0.93 0
HSL 43.87º 1% 0.53% -
HSV(B) 43.87º 0.93% 1% -
XYZ 59.97 58.56 8.67 -
YUV 190.3 30.2 174.15 -
System Red Green Blue C M Y K H S L
Decimal 255 191 17 0 0.25 0.93 0 43.87 1 0.53
Hex FF BF 11 0 19 5D 0 2C 64 35
Octal 377 277 21 0 31 135 0 54 144 65
Binary 11111111 10111111 10001 0 11001 1011101 0 101100 1100100 110101

Color Harmonies of #FFBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF11

Black with #FFBF11

Text Example


Text Example

White with #FFBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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