Html Css Color HEX #FEBF12 Amber

📋 copy color: '#FEBF12'

red 254 ◦ green 191 ◦ blue 18

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

Shades of Amber #FEBF12

Tints of Amber #FEBF12

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 54.86%
G = 41.25%
B = 3.89%

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

#FEBF12 (or 0xFEBF12) is known color: Amber. HEX triplet: FE, BF and 12. RGB value is (254,191,18). Sum of RGB (Red+Green+Blue) = 254+191+18=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF12 is #0140ED. Grayscale: #BEBEBE. Windows color (decimal): -82158 or 1228798. OLE color: 1228798.

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

Color convert

RGB 254 191 18 -
CMYK 0 0.25 0.93 0.00
HSL 43.98º 0.99% 0.53% -
HSV(B) 43.98º 0.93% 1% -
XYZ 59.61 58.38 8.7 -
YUV 190.12 30.87 173.57 -
System Red Green Blue C M Y K H S L
Decimal 254 191 18 0 0.25 0.93 0.00 43.98 0.99 0.53
Hex FE BF 12 0 19 5D 0 2C 63 35
Octal 376 277 22 0 31 135 0 54 143 65
Binary 11111110 10111111 10010 0 11001 1011101 0 101100 1100011 110101

Color Harmonies of #FEBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF12

Black with #FEBF12

Text Example


Text Example

White with #FEBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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