Html Css Color HEX #FEBD11 Amber

📋 copy color: '#FEBD11'

red 254 ◦ green 189 ◦ blue 17

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

Shades of Amber #FEBD11

Tints of Amber #FEBD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 55.22%
G = 41.09%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEBD11 (or 0xFEBD11) is known color: Amber. HEX triplet: FE, BD and 11. RGB value is (254,189,17). Sum of RGB (Red+Green+Blue) = 254+189+17=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD11 is #0142EE. Grayscale: #BDBDBD. Windows color (decimal): -82671 or 1162750. OLE color: 1162750.

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

Color convert

RGB 254 189 17 -
CMYK 0 0.26 0.93 0.00
HSL 43.54º 0.99% 0.53% -
HSV(B) 43.54º 0.93% 1% -
XYZ 59.17 57.51 8.51 -
YUV 188.83 31.03 174.49 -
System Red Green Blue C M Y K H S L
Decimal 254 189 17 0 0.26 0.93 0.00 43.54 0.99 0.53
Hex FE BD 11 0 1A 5D 0 2C 63 35
Octal 376 275 21 0 32 135 0 54 143 65
Binary 11111110 10111101 10001 0 11010 1011101 0 101100 1100011 110101

Color Harmonies of #FEBD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD11

Black with #FEBD11

Text Example


Text Example

White with #FEBD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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