Html Css Color HEX #FEBF0D Amber

📋 copy color: '#FEBF0D'

red 254 ◦ green 191 ◦ blue 13

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

Shades of Amber #FEBF0D

Tints of Amber #FEBF0D

RGB

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

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

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

R = 55.46%
G = 41.7%
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

#FEBF0D (or 0xFEBF0D) is known color: Amber. HEX triplet: FE, BF and 0D. RGB value is (254,191,13). Sum of RGB (Red+Green+Blue) = 254+191+13=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF0D is #0140F2. Grayscale: #BEBEBE. Windows color (decimal): -82163 or 901118. OLE color: 901118.

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

Color convert

RGB 254 191 13 -
CMYK 0 0.25 0.95 0.00
HSL 44.32º 0.99% 0.52% -
HSV(B) 44.32º 0.95% 1% -
XYZ 59.58 58.36 8.51 -
YUV 189.55 28.37 173.97 -
System Red Green Blue C M Y K H S L
Decimal 254 191 13 0 0.25 0.95 0.00 44.32 0.99 0.52
Hex FE BF D 0 19 5F 0 2C 63 34
Octal 376 277 15 0 31 137 0 54 143 64
Binary 11111110 10111111 1101 0 11001 1011111 0 101100 1100011 110100

Color Harmonies of #FEBF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF0D

Black with #FEBF0D

Text Example


Text Example

White with #FEBF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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