Html Css Color HEX #F7A70C Dark Tangerine

📋 copy color: '#F7A70C'

red 247 ◦ green 167 ◦ blue 12

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

Shades of Dark Tangerine #F7A70C

Tints of Dark Tangerine #F7A70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 57.98%
G = 39.2%
B = 2.82%

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

#F7A70C (or 0xF7A70C) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0C. RGB value is (247,167,12). Sum of RGB (Red+Green+Blue) = 247+167+12=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70C is #0858F3. Grayscale: #ADADAD. Windows color (decimal): -547060 or 829431. OLE color: 829431.

HSL color Cylindrical-coordinate representation of color #F7A70C: hue angle of 39.57º 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 #F7A70C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 167 12 -
CMYK 0 0.32 0.95 0.03
HSL 39.57º 0.94% 0.51% -
HSV(B) 39.57º 0.95% 0.97% -
XYZ 52.24 47.44 6.75 -
YUV 173.25 37 180.6 -
System Red Green Blue C M Y K H S L
Decimal 247 167 12 0 0.32 0.95 0.03 39.57 0.94 0.51
Hex F7 A7 C 0 20 5F 3 28 5E 33
Octal 367 247 14 0 40 137 3 50 136 63
Binary 11110111 10100111 1100 0 100000 1011111 11 101000 1011110 110011

Color Harmonies of #F7A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A70C

Black with #F7A70C

Text Example


Text Example

White with #F7A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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