Html Css Color HEX #FEBF06 Amber

📋 copy color: '#FEBF06'

red 254 ◦ green 191 ◦ blue 6

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

Shades of Amber #FEBF06

Tints of Amber #FEBF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 56.32%
G = 42.35%
B = 1.33%

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

#FEBF06 (or 0xFEBF06) is known color: Amber. HEX triplet: FE, BF and 06. RGB value is (254,191,6). Sum of RGB (Red+Green+Blue) = 254+191+6=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF06 is #0140F9. Grayscale: #BDBDBD. Windows color (decimal): -82170 or 442366. OLE color: 442366.

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

Color convert

RGB 254 191 6 -
CMYK 0 0.25 0.98 0.00
HSL 44.76º 0.99% 0.51% -
HSV(B) 44.76º 0.98% 1% -
XYZ 59.54 58.35 8.3 -
YUV 188.75 24.87 174.54 -
System Red Green Blue C M Y K H S L
Decimal 254 191 6 0 0.25 0.98 0.00 44.76 0.99 0.51
Hex FE BF 6 0 19 62 0 2D 63 33
Octal 376 277 6 0 31 142 0 55 143 63
Binary 11111110 10111111 110 0 11001 1100010 0 101101 1100011 110011

Color Harmonies of #FEBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF06

Black with #FEBF06

Text Example


Text Example

White with #FEBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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