Html Css Color HEX #FEBF11 Amber

📋 copy color: '#FEBF11'

red 254 ◦ green 191 ◦ blue 17

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

Shades of Amber #FEBF11

Tints of Amber #FEBF11

RGB

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

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

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

R = 54.98%
G = 41.34%
B = 3.68%

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

#FEBF11 (or 0xFEBF11) is known color: Amber. HEX triplet: FE, BF and 11. RGB value is (254,191,17). Sum of RGB (Red+Green+Blue) = 254+191+17=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF11 is #0140EE. Grayscale: #BEBEBE. Windows color (decimal): -82159 or 1163262. OLE color: 1163262.

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

Color convert

RGB 254 191 17 -
CMYK 0 0.25 0.93 0.00
HSL 44.05º 0.99% 0.53% -
HSV(B) 44.05º 0.93% 1% -
XYZ 59.61 58.37 8.66 -
YUV 190 30.37 173.65 -
System Red Green Blue C M Y K H S L
Decimal 254 191 17 0 0.25 0.93 0.00 44.05 0.99 0.53
Hex FE BF 11 0 19 5D 0 2C 63 35
Octal 376 277 21 0 31 135 0 54 143 65
Binary 11111110 10111111 10001 0 11001 1011101 0 101100 1100011 110101

Color Harmonies of #FEBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF11

Black with #FEBF11

Text Example


Text Example

White with #FEBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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