Html Css Color HEX #FEBE0E Amber

📋 copy color: '#FEBE0E'

red 254 ◦ green 190 ◦ blue 14

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

Shades of Amber #FEBE0E

Tints of Amber #FEBE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 55.46%
G = 41.48%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEBE0E (or 0xFEBE0E) is known color: Amber. HEX triplet: FE, BE and 0E. RGB value is (254,190,14). Sum of RGB (Red+Green+Blue) = 254+190+14=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE0E is #0141F1. Grayscale: #BDBDBD. Windows color (decimal): -82418 or 966398. OLE color: 966398.

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

Color convert

RGB 254 190 14 -
CMYK 0 0.25 0.94 0.00
HSL 44º 0.99% 0.53% -
HSV(B) 44º 0.94% 1% -
XYZ 59.37 57.93 8.47 -
YUV 189.07 29.2 174.31 -
System Red Green Blue C M Y K H S L
Decimal 254 190 14 0 0.25 0.94 0.00 44 0.99 0.53
Hex FE BE E 0 19 5E 0 2C 63 35
Octal 376 276 16 0 31 136 0 54 143 65
Binary 11111110 10111110 1110 0 11001 1011110 0 101100 1100011 110101

Color Harmonies of #FEBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE0E

Black with #FEBE0E

Text Example


Text Example

White with #FEBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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