Html Css Color HEX #FFBE11 Amber

📋 copy color: '#FFBE11'

red 255 ◦ green 190 ◦ blue 17

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

Shades of Amber #FFBE11

Tints of Amber #FFBE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

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

R = 55.19%
G = 41.13%
B = 3.68%

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

#FFBE11 (or 0xFFBE11) is known color: Amber. HEX triplet: FF, BE and 11. RGB value is (255,190,17). Sum of RGB (Red+Green+Blue) = 255+190+17=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE11 is #0041EE. Grayscale: #BEBEBE. Windows color (decimal): -16879 or 1163007. OLE color: 1163007.

HSL color Cylindrical-coordinate representation of color #FFBE11: hue angle of 43.61º 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 #FFBE11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 190 17 -
CMYK 0 0.25 0.93 0
HSL 43.61º 1% 0.53% -
HSV(B) 43.61º 0.93% 1% -
XYZ 59.75 58.13 8.6 -
YUV 189.71 30.53 174.57 -
System Red Green Blue C M Y K H S L
Decimal 255 190 17 0 0.25 0.93 0 43.61 1 0.53
Hex FF BE 11 0 19 5D 0 2C 64 35
Octal 377 276 21 0 31 135 0 54 144 65
Binary 11111111 10111110 10001 0 11001 1011101 0 101100 1100100 110101

Color Harmonies of #FFBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE11

Black with #FFBE11

Text Example


Text Example

White with #FFBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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