Html Css Color HEX #FEBD03 Amber

📋 copy color: '#FEBD03'

red 254 ◦ green 189 ◦ blue 3

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

Shades of Amber #FEBD03

Tints of Amber #FEBD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 56.95%
G = 42.38%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEBD03 (or 0xFEBD03) is known color: Amber. HEX triplet: FE, BD and 03. RGB value is (254,189,3). Sum of RGB (Red+Green+Blue) = 254+189+3=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD03 is #0142FC. Grayscale: #BCBCBC. Windows color (decimal): -82685 or 245246. OLE color: 245246.

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

Color convert

RGB 254 189 3 -
CMYK 0 0.26 0.99 0.00
HSL 44.46º 0.99% 0.5% -
HSV(B) 44.46º 0.99% 1% -
XYZ 59.09 57.47 8.07 -
YUV 187.23 24.03 175.62 -
System Red Green Blue C M Y K H S L
Decimal 254 189 3 0 0.26 0.99 0.00 44.46 0.99 0.5
Hex FE BD 3 0 1A 63 0 2C 63 32
Octal 376 275 3 0 32 143 0 54 143 62
Binary 11111110 10111101 11 0 11010 1100011 0 101100 1100011 110010

Color Harmonies of #FEBD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD03

Black with #FEBD03

Text Example


Text Example

White with #FEBD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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