Html Css Color HEX #FEBD12 Amber

📋 copy color: '#FEBD12'

red 254 ◦ green 189 ◦ blue 18

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

Shades of Amber #FEBD12

Tints of Amber #FEBD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 55.1%
G = 41%
B = 3.9%

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

#FEBD12 (or 0xFEBD12) is known color: Amber. HEX triplet: FE, BD and 12. RGB value is (254,189,18). Sum of RGB (Red+Green+Blue) = 254+189+18=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD12 is #0142ED. Grayscale: #BDBDBD. Windows color (decimal): -82670 or 1228286. OLE color: 1228286.

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

Color convert

RGB 254 189 18 -
CMYK 0 0.26 0.93 0.00
HSL 43.47º 0.99% 0.53% -
HSV(B) 43.47º 0.93% 1% -
XYZ 59.18 57.51 8.55 -
YUV 188.94 31.53 174.4 -
System Red Green Blue C M Y K H S L
Decimal 254 189 18 0 0.26 0.93 0.00 43.47 0.99 0.53
Hex FE BD 12 0 1A 5D 0 2B 63 35
Octal 376 275 22 0 32 135 0 53 143 65
Binary 11111110 10111101 10010 0 11010 1011101 0 101011 1100011 110101

Color Harmonies of #FEBD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD12

Black with #FEBD12

Text Example


Text Example

White with #FEBD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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