Html Css Color HEX #FEBD13 Amber

📋 copy color: '#FEBD13'

red 254 ◦ green 189 ◦ blue 19

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

Shades of Amber #FEBD13

Tints of Amber #FEBD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.11%

R = 54.98%
G = 40.91%
B = 4.11%

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

#FEBD13 (or 0xFEBD13) is known color: Amber. HEX triplet: FE, BD and 13. RGB value is (254,189,19). Sum of RGB (Red+Green+Blue) = 254+189+19=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD13 is #0142EC. Grayscale: #BDBDBD. Windows color (decimal): -82669 or 1293822. OLE color: 1293822.

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

Color convert

RGB 254 189 19 -
CMYK 0 0.26 0.93 0.00
HSL 43.4º 0.99% 0.54% -
HSV(B) 43.4º 0.93% 1% -
XYZ 59.19 57.51 8.6 -
YUV 189.06 32.03 174.32 -
System Red Green Blue C M Y K H S L
Decimal 254 189 19 0 0.26 0.93 0.00 43.4 0.99 0.54
Hex FE BD 13 0 1A 5D 0 2B 63 36
Octal 376 275 23 0 32 135 0 53 143 66
Binary 11111110 10111101 10011 0 11010 1011101 0 101011 1100011 110110

Color Harmonies of #FEBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD13

Black with #FEBD13

Text Example


Text Example

White with #FEBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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