Html Css Color HEX #FEBF04 Amber

📋 copy color: '#FEBF04'

red 254 ◦ green 191 ◦ blue 4

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

Shades of Amber #FEBF04

Tints of Amber #FEBF04

RGB

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

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

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

R = 56.57%
G = 42.54%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEBF04 (or 0xFEBF04) is known color: Amber. HEX triplet: FE, BF and 04. RGB value is (254,191,4). Sum of RGB (Red+Green+Blue) = 254+191+4=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF04 is #0140FB. Grayscale: #BDBDBD. Windows color (decimal): -82172 or 311294. OLE color: 311294.

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

Color convert

RGB 254 191 4 -
CMYK 0 0.25 0.98 0.00
HSL 44.88º 0.99% 0.51% -
HSV(B) 44.88º 0.98% 1% -
XYZ 59.53 58.34 8.24 -
YUV 188.52 23.87 174.71 -
System Red Green Blue C M Y K H S L
Decimal 254 191 4 0 0.25 0.98 0.00 44.88 0.99 0.51
Hex FE BF 4 0 19 62 0 2D 63 33
Octal 376 277 4 0 31 142 0 55 143 63
Binary 11111110 10111111 100 0 11001 1100010 0 101101 1100011 110011

Color Harmonies of #FEBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF04

Black with #FEBF04

Text Example


Text Example

White with #FEBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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