Html Css Color HEX #FEBF07 Amber

📋 copy color: '#FEBF07'

red 254 ◦ green 191 ◦ blue 7

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

Shades of Amber #FEBF07

Tints of Amber #FEBF07

RGB

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

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

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

R = 56.19%
G = 42.26%
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

#FEBF07 (or 0xFEBF07) is known color: Amber. HEX triplet: FE, BF and 07. RGB value is (254,191,7). Sum of RGB (Red+Green+Blue) = 254+191+7=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF07 is #0140F8. Grayscale: #BDBDBD. Windows color (decimal): -82169 or 507902. OLE color: 507902.

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

Color convert

RGB 254 191 7 -
CMYK 0 0.25 0.97 0.00
HSL 44.7º 0.99% 0.51% -
HSV(B) 44.7º 0.97% 1% -
XYZ 59.54 58.35 8.33 -
YUV 188.86 25.37 174.46 -
System Red Green Blue C M Y K H S L
Decimal 254 191 7 0 0.25 0.97 0.00 44.7 0.99 0.51
Hex FE BF 7 0 19 61 0 2D 63 33
Octal 376 277 7 0 31 141 0 55 143 63
Binary 11111110 10111111 111 0 11001 1100001 0 101101 1100011 110011

Color Harmonies of #FEBF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF07

Black with #FEBF07

Text Example


Text Example

White with #FEBF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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