Html Css Color HEX #F7A014 Dark Tangerine

📋 copy color: '#F7A014'

red 247 ◦ green 160 ◦ blue 20

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

Shades of Dark Tangerine #F7A014

Tints of Dark Tangerine #F7A014

RGB

 RED value IS 247 (96.88% from 255) = 57.85%

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 57.85%
G = 37.47%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7A014 (or 0xF7A014) is known color: Dark Tangerine. HEX triplet: F7, A0 and 14. RGB value is (247,160,20). Sum of RGB (Red+Green+Blue) = 247+160+20=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A014 is #085FEB. Grayscale: #AAAAAA. Windows color (decimal): -548844 or 1351927. OLE color: 1351927.

HSL color Cylindrical-coordinate representation of color #F7A014: hue angle of 37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7A014 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 20 -
CMYK 0 0.35 0.92 0.03
HSL 37º 0.93% 0.52% -
HSV(B) 37º 0.92% 0.97% -
XYZ 51.05 44.97 6.65 -
YUV 170.05 43.32 182.88 -
System Red Green Blue C M Y K H S L
Decimal 247 160 20 0 0.35 0.92 0.03 37 0.93 0.52
Hex F7 A0 14 0 23 5C 3 25 5D 34
Octal 367 240 24 0 43 134 3 45 135 64
Binary 11110111 10100000 10100 0 100011 1011100 11 100101 1011101 110100

Color Harmonies of #F7A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A014

Black with #F7A014

Text Example


Text Example

White with #F7A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A014; }

 p { color: rgb(247,160,20); }

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

background-color css

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

 a { background-color: rgb(247,160,20); }

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

border-color css

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

 span { border-color: rgb(247,160,20); }

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