Html Css Color HEX #FEBD0D Amber

📋 copy color: '#FEBD0D'

red 254 ◦ green 189 ◦ blue 13

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

Shades of Amber #FEBD0D

Tints of Amber #FEBD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 55.7%
G = 41.45%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEBD0D (or 0xFEBD0D) is known color: Amber. HEX triplet: FE, BD and 0D. RGB value is (254,189,13). Sum of RGB (Red+Green+Blue) = 254+189+13=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD0D is #0142F2. Grayscale: #BDBDBD. Windows color (decimal): -82675 or 900606. OLE color: 900606.

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

Color convert

RGB 254 189 13 -
CMYK 0 0.26 0.95 0.00
HSL 43.82º 0.99% 0.52% -
HSV(B) 43.82º 0.95% 1% -
XYZ 59.14 57.5 8.36 -
YUV 188.37 29.03 174.81 -
System Red Green Blue C M Y K H S L
Decimal 254 189 13 0 0.26 0.95 0.00 43.82 0.99 0.52
Hex FE BD D 0 1A 5F 0 2C 63 34
Octal 376 275 15 0 32 137 0 54 143 64
Binary 11111110 10111101 1101 0 11010 1011111 0 101100 1100011 110100

Color Harmonies of #FEBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD0D

Black with #FEBD0D

Text Example


Text Example

White with #FEBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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