Html Css Color HEX #F7A70A Dark Tangerine

📋 copy color: '#F7A70A'

red 247 ◦ green 167 ◦ blue 10

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

Shades of Dark Tangerine #F7A70A

Tints of Dark Tangerine #F7A70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 58.25%
G = 39.39%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7A70A (or 0xF7A70A) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0A. RGB value is (247,167,10). Sum of RGB (Red+Green+Blue) = 247+167+10=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70A is #0858F5. Grayscale: #ADADAD. Windows color (decimal): -547062 or 698359. OLE color: 698359.

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

Color convert

RGB 247 167 10 -
CMYK 0 0.32 0.96 0.03
HSL 39.75º 0.94% 0.5% -
HSV(B) 39.75º 0.96% 0.97% -
XYZ 52.23 47.43 6.69 -
YUV 173.02 36 180.77 -
System Red Green Blue C M Y K H S L
Decimal 247 167 10 0 0.32 0.96 0.03 39.75 0.94 0.5
Hex F7 A7 A 0 20 60 3 28 5E 32
Octal 367 247 12 0 40 140 3 50 136 62
Binary 11110111 10100111 1010 0 100000 1100000 11 101000 1011110 110010

Color Harmonies of #F7A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A70A

Black with #F7A70A

Text Example


Text Example

White with #F7A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A70A; }

 p { color: rgb(247,167,10); }

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

background-color css

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

 a { background-color: rgb(247,167,10); }

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

border-color css

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

 span { border-color: rgb(247,167,10); }

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