Html Css Color HEX #FEA514 Dark Tangerine

📋 copy color: '#FEA514'

red 254 ◦ green 165 ◦ blue 20

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

Shades of Dark Tangerine #FEA514

Tints of Dark Tangerine #FEA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 57.86%
G = 37.59%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEA514 (or 0xFEA514) is known color: Dark Tangerine. HEX triplet: FE, A5 and 14. RGB value is (254,165,20). Sum of RGB (Red+Green+Blue) = 254+165+20=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA514 is #015AEB. Grayscale: #AFAFAF. Windows color (decimal): -88812 or 1353214. OLE color: 1353214.

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

Color convert

RGB 254 165 20 -
CMYK 0 0.35 0.92 0.00
HSL 37.18º 0.99% 0.54% -
HSV(B) 37.18º 0.92% 1% -
XYZ 54.45 48.03 7.06 -
YUV 175.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 254 165 20 0 0.35 0.92 0.00 37.18 0.99 0.54
Hex FE A5 14 0 23 5C 0 25 63 36
Octal 376 245 24 0 43 134 0 45 143 66
Binary 11111110 10100101 10100 0 100011 1011100 0 100101 1100011 110110

Color Harmonies of #FEA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA514

Black with #FEA514

Text Example


Text Example

White with #FEA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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