Html Css Color HEX #F7A70E Dark Tangerine

📋 copy color: '#F7A70E'

red 247 ◦ green 167 ◦ blue 14

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

Shades of Dark Tangerine #F7A70E

Tints of Dark Tangerine #F7A70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.27%

R = 57.71%
G = 39.02%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7A70E (or 0xF7A70E) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0E. RGB value is (247,167,14). Sum of RGB (Red+Green+Blue) = 247+167+14=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70E is #0858F1. Grayscale: #AEAEAE. Windows color (decimal): -547058 or 960503. OLE color: 960503.

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

Color convert

RGB 247 167 14 -
CMYK 0 0.32 0.94 0.03
HSL 39.4º 0.94% 0.51% -
HSV(B) 39.4º 0.94% 0.97% -
XYZ 52.26 47.44 6.82 -
YUV 173.48 38 180.44 -
System Red Green Blue C M Y K H S L
Decimal 247 167 14 0 0.32 0.94 0.03 39.4 0.94 0.51
Hex F7 A7 E 0 20 5E 3 27 5E 33
Octal 367 247 16 0 40 136 3 47 136 63
Binary 11110111 10100111 1110 0 100000 1011110 11 100111 1011110 110011

Color Harmonies of #F7A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A70E

Black with #F7A70E

Text Example


Text Example

White with #F7A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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