Html Css Color HEX #FEBD05 Amber

📋 copy color: '#FEBD05'

red 254 ◦ green 189 ◦ blue 5

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

Shades of Amber #FEBD05

Tints of Amber #FEBD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 56.7%
G = 42.19%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEBD05 (or 0xFEBD05) is known color: Amber. HEX triplet: FE, BD and 05. RGB value is (254,189,5). Sum of RGB (Red+Green+Blue) = 254+189+5=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD05 is #0142FA. Grayscale: #BCBCBC. Windows color (decimal): -82683 or 376318. OLE color: 376318.

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

Color convert

RGB 254 189 5 -
CMYK 0 0.26 0.98 0.00
HSL 44.34º 0.99% 0.51% -
HSV(B) 44.34º 0.98% 1% -
XYZ 59.1 57.48 8.12 -
YUV 187.46 25.03 175.46 -
System Red Green Blue C M Y K H S L
Decimal 254 189 5 0 0.26 0.98 0.00 44.34 0.99 0.51
Hex FE BD 5 0 1A 62 0 2C 63 33
Octal 376 275 5 0 32 142 0 54 143 63
Binary 11111110 10111101 101 0 11010 1100010 0 101100 1100011 110011

Color Harmonies of #FEBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD05

Black with #FEBD05

Text Example


Text Example

White with #FEBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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