Html Css Color HEX #FEBE0D Amber

📋 copy color: '#FEBE0D'

red 254 ◦ green 190 ◦ blue 13

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

Shades of Amber #FEBE0D

Tints of Amber #FEBE0D

RGB

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

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

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

R = 55.58%
G = 41.58%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEBE0D (or 0xFEBE0D) is known color: Amber. HEX triplet: FE, BE and 0D. RGB value is (254,190,13). Sum of RGB (Red+Green+Blue) = 254+190+13=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE0D is #0141F2. Grayscale: #BDBDBD. Windows color (decimal): -82419 or 900862. OLE color: 900862.

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

Color convert

RGB 254 190 13 -
CMYK 0 0.25 0.95 0.00
HSL 44.07º 0.99% 0.52% -
HSV(B) 44.07º 0.95% 1% -
XYZ 59.36 57.93 8.43 -
YUV 188.96 28.7 174.39 -
System Red Green Blue C M Y K H S L
Decimal 254 190 13 0 0.25 0.95 0.00 44.07 0.99 0.52
Hex FE BE D 0 19 5F 0 2C 63 34
Octal 376 276 15 0 31 137 0 54 143 64
Binary 11111110 10111110 1101 0 11001 1011111 0 101100 1100011 110100

Color Harmonies of #FEBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE0D

Black with #FEBE0D

Text Example


Text Example

White with #FEBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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