Html Css Color HEX #F7A010 Dark Tangerine

📋 copy color: '#F7A010'

red 247 ◦ green 160 ◦ blue 16

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

Shades of Dark Tangerine #F7A010

Tints of Dark Tangerine #F7A010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 58.39%
G = 37.83%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7A010 (or 0xF7A010) is known color: Dark Tangerine. HEX triplet: F7, A0 and 10. RGB value is (247,160,16). Sum of RGB (Red+Green+Blue) = 247+160+16=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A010 is #085FEF. Grayscale: #AAAAAA. Windows color (decimal): -548848 or 1089783. OLE color: 1089783.

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

Color convert

RGB 247 160 16 -
CMYK 0 0.35 0.94 0.03
HSL 37.4º 0.94% 0.52% -
HSV(B) 37.4º 0.94% 0.97% -
XYZ 51.02 44.95 6.48 -
YUV 169.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 247 160 16 0 0.35 0.94 0.03 37.4 0.94 0.52
Hex F7 A0 10 0 23 5E 3 25 5E 34
Octal 367 240 20 0 43 136 3 45 136 64
Binary 11110111 10100000 10000 0 100011 1011110 11 100101 1011110 110100

Color Harmonies of #F7A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A010

Black with #F7A010

Text Example


Text Example

White with #F7A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A010; }

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

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

background-color css

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

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

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

border-color css

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

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

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