Html Css Color HEX #FEBD07 Amber

📋 copy color: '#FEBD07'

red 254 ◦ green 189 ◦ blue 7

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

Shades of Amber #FEBD07

Tints of Amber #FEBD07

RGB

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

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

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

R = 56.44%
G = 42%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEBD07 (or 0xFEBD07) is known color: Amber. HEX triplet: FE, BD and 07. RGB value is (254,189,7). Sum of RGB (Red+Green+Blue) = 254+189+7=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD07 is #0142F8. Grayscale: #BCBCBC. Windows color (decimal): -82681 or 507390. OLE color: 507390.

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

Color convert

RGB 254 189 7 -
CMYK 0 0.26 0.97 0.00
HSL 44.21º 0.99% 0.51% -
HSV(B) 44.21º 0.97% 1% -
XYZ 59.11 57.48 8.18 -
YUV 187.69 26.03 175.3 -
System Red Green Blue C M Y K H S L
Decimal 254 189 7 0 0.26 0.97 0.00 44.21 0.99 0.51
Hex FE BD 7 0 1A 61 0 2C 63 33
Octal 376 275 7 0 32 141 0 54 143 63
Binary 11111110 10111101 111 0 11010 1100001 0 101100 1100011 110011

Color Harmonies of #FEBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD07

Black with #FEBD07

Text Example


Text Example

White with #FEBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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