Html Css Color HEX #FEBE07 Amber

📋 copy color: '#FEBE07'

red 254 ◦ green 190 ◦ blue 7

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

Shades of Amber #FEBE07

Tints of Amber #FEBE07

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 56.32%
G = 42.13%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEBE07 (or 0xFEBE07) is known color: Amber. HEX triplet: FE, BE and 07. RGB value is (254,190,7). Sum of RGB (Red+Green+Blue) = 254+190+7=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE07 is #0141F8. Grayscale: #BDBDBD. Windows color (decimal): -82425 or 507646. OLE color: 507646.

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

Color convert

RGB 254 190 7 -
CMYK 0 0.25 0.97 0.00
HSL 44.45º 0.99% 0.51% -
HSV(B) 44.45º 0.97% 1% -
XYZ 59.32 57.91 8.25 -
YUV 188.27 25.7 174.88 -
System Red Green Blue C M Y K H S L
Decimal 254 190 7 0 0.25 0.97 0.00 44.45 0.99 0.51
Hex FE BE 7 0 19 61 0 2C 63 33
Octal 376 276 7 0 31 141 0 54 143 63
Binary 11111110 10111110 111 0 11001 1100001 0 101100 1100011 110011

Color Harmonies of #FEBE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE07

Black with #FEBE07

Text Example


Text Example

White with #FEBE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE07; }

 p { color: rgb(254,190,7); }

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

background-color css

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

 a { background-color: rgb(254,190,7); }

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

border-color css

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

 span { border-color: rgb(254,190,7); }

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