Html Css Color HEX #FEBE13 Amber

📋 copy color: '#FEBE13'

red 254 ◦ green 190 ◦ blue 19

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

Shades of Amber #FEBE13

Tints of Amber #FEBE13

RGB

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

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

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

R = 54.86%
G = 41.04%
B = 4.1%

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

#FEBE13 (or 0xFEBE13) is known color: Amber. HEX triplet: FE, BE and 13. RGB value is (254,190,19). Sum of RGB (Red+Green+Blue) = 254+190+19=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE13 is #0141EC. Grayscale: #BEBEBE. Windows color (decimal): -82413 or 1294078. OLE color: 1294078.

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

Color convert

RGB 254 190 19 -
CMYK 0 0.25 0.93 0.00
HSL 43.66º 0.99% 0.54% -
HSV(B) 43.66º 0.93% 1% -
XYZ 59.4 57.94 8.67 -
YUV 189.64 31.7 173.9 -
System Red Green Blue C M Y K H S L
Decimal 254 190 19 0 0.25 0.93 0.00 43.66 0.99 0.54
Hex FE BE 13 0 19 5D 0 2C 63 36
Octal 376 276 23 0 31 135 0 54 143 66
Binary 11111110 10111110 10011 0 11001 1011101 0 101100 1100011 110110

Color Harmonies of #FEBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE13

Black with #FEBE13

Text Example


Text Example

White with #FEBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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