Html Css Color HEX #FEA714 Dark Tangerine

📋 copy color: '#FEA714'

red 254 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #FEA714

Tints of Dark Tangerine #FEA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 57.6%
G = 37.87%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEA714 (or 0xFEA714) is known color: Dark Tangerine. HEX triplet: FE, A7 and 14. RGB value is (254,167,20). Sum of RGB (Red+Green+Blue) = 254+167+20=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA714 is #0158EB. Grayscale: #B0B0B0. Windows color (decimal): -88300 or 1353726. OLE color: 1353726.

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

Color convert

RGB 254 167 20 -
CMYK 0 0.34 0.92 0.00
HSL 37.69º 0.99% 0.54% -
HSV(B) 37.69º 0.92% 1% -
XYZ 54.82 48.76 7.18 -
YUV 176.26 39.82 183.45 -
System Red Green Blue C M Y K H S L
Decimal 254 167 20 0 0.34 0.92 0.00 37.69 0.99 0.54
Hex FE A7 14 0 22 5C 0 26 63 36
Octal 376 247 24 0 42 134 0 46 143 66
Binary 11111110 10100111 10100 0 100010 1011100 0 100110 1100011 110110

Color Harmonies of #FEA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA714

Black with #FEA714

Text Example


Text Example

White with #FEA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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