Html Css Color HEX #FEA50F Dark Tangerine

📋 copy color: '#FEA50F'

red 254 ◦ green 165 ◦ blue 15

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

Shades of Dark Tangerine #FEA50F

Tints of Dark Tangerine #FEA50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 58.53%
G = 38.02%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA50F (or 0xFEA50F) is known color: Dark Tangerine. HEX triplet: FE, A5 and 0F. RGB value is (254,165,15). Sum of RGB (Red+Green+Blue) = 254+165+15=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA50F is #015AF0. Grayscale: #AFAFAF. Windows color (decimal): -88817 or 1025534. OLE color: 1025534.

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

Color convert

RGB 254 165 15 -
CMYK 0 0.35 0.94 0.00
HSL 37.66º 0.99% 0.53% -
HSV(B) 37.66º 0.94% 1% -
XYZ 54.41 48.02 6.85 -
YUV 174.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 254 165 15 0 0.35 0.94 0.00 37.66 0.99 0.53
Hex FE A5 F 0 23 5E 0 26 63 35
Octal 376 245 17 0 43 136 0 46 143 65
Binary 11111110 10100101 1111 0 100011 1011110 0 100110 1100011 110101

Color Harmonies of #FEA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA50F

Black with #FEA50F

Text Example


Text Example

White with #FEA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA50F; }

 p { color: rgb(254,165,15); }

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

background-color css

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

 a { background-color: rgb(254,165,15); }

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

border-color css

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

 span { border-color: rgb(254,165,15); }

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