Html Css Color HEX #FEBE11 Amber

📋 copy color: '#FEBE11'

red 254 ◦ green 190 ◦ blue 17

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

Shades of Amber #FEBE11

Tints of Amber #FEBE11

RGB

 RED value IS 254 (99.61% from 255) = 55.1%

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

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

R = 55.1%
G = 41.21%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEBE11 (or 0xFEBE11) is known color: Amber. HEX triplet: FE, BE and 11. RGB value is (254,190,17). Sum of RGB (Red+Green+Blue) = 254+190+17=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE11 is #0141EE. Grayscale: #BEBEBE. Windows color (decimal): -82415 or 1163006. OLE color: 1163006.

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

Color convert

RGB 254 190 17 -
CMYK 0 0.25 0.93 0.00
HSL 43.8º 0.99% 0.53% -
HSV(B) 43.8º 0.93% 1% -
XYZ 59.39 57.94 8.58 -
YUV 189.41 30.7 174.07 -
System Red Green Blue C M Y K H S L
Decimal 254 190 17 0 0.25 0.93 0.00 43.8 0.99 0.53
Hex FE BE 11 0 19 5D 0 2C 63 35
Octal 376 276 21 0 31 135 0 54 143 65
Binary 11111110 10111110 10001 0 11001 1011101 0 101100 1100011 110101

Color Harmonies of #FEBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE11

Black with #FEBE11

Text Example


Text Example

White with #FEBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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