Html Css Color HEX #F7A70D Dark Tangerine

📋 copy color: '#F7A70D'

red 247 ◦ green 167 ◦ blue 13

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

Shades of Dark Tangerine #F7A70D

Tints of Dark Tangerine #F7A70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 57.85%
G = 39.11%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7A70D (or 0xF7A70D) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0D. RGB value is (247,167,13). Sum of RGB (Red+Green+Blue) = 247+167+13=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70D is #0858F2. Grayscale: #AEAEAE. Windows color (decimal): -547059 or 894967. OLE color: 894967.

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

Color convert

RGB 247 167 13 -
CMYK 0 0.32 0.95 0.03
HSL 39.49º 0.94% 0.51% -
HSV(B) 39.49º 0.95% 0.97% -
XYZ 52.25 47.44 6.78 -
YUV 173.36 37.5 180.52 -
System Red Green Blue C M Y K H S L
Decimal 247 167 13 0 0.32 0.95 0.03 39.49 0.94 0.51
Hex F7 A7 D 0 20 5F 3 27 5E 33
Octal 367 247 15 0 40 137 3 47 136 63
Binary 11110111 10100111 1101 0 100000 1011111 11 100111 1011110 110011

Color Harmonies of #F7A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A70D

Black with #F7A70D

Text Example


Text Example

White with #F7A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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