Html Css Color HEX #FEBD04 Amber

📋 copy color: '#FEBD04'

red 254 ◦ green 189 ◦ blue 4

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

Shades of Amber #FEBD04

Tints of Amber #FEBD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 56.82%
G = 42.28%
B = 0.89%

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

#FEBD04 (or 0xFEBD04) is known color: Amber. HEX triplet: FE, BD and 04. RGB value is (254,189,4). Sum of RGB (Red+Green+Blue) = 254+189+4=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD04 is #0142FB. Grayscale: #BCBCBC. Windows color (decimal): -82684 or 310782. OLE color: 310782.

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

Color convert

RGB 254 189 4 -
CMYK 0 0.26 0.98 0.00
HSL 44.4º 0.99% 0.51% -
HSV(B) 44.4º 0.98% 1% -
XYZ 59.09 57.47 8.09 -
YUV 187.35 24.53 175.54 -
System Red Green Blue C M Y K H S L
Decimal 254 189 4 0 0.26 0.98 0.00 44.4 0.99 0.51
Hex FE BD 4 0 1A 62 0 2C 63 33
Octal 376 275 4 0 32 142 0 54 143 63
Binary 11111110 10111101 100 0 11010 1100010 0 101100 1100011 110011

Color Harmonies of #FEBD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD04

Black with #FEBD04

Text Example


Text Example

White with #FEBD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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