Html Css Color HEX #F7A70F Dark Tangerine

📋 copy color: '#F7A70F'

red 247 ◦ green 167 ◦ blue 15

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

Shades of Dark Tangerine #F7A70F

Tints of Dark Tangerine #F7A70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 57.58%
G = 38.93%
B = 3.5%

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

#F7A70F (or 0xF7A70F) is known color: Dark Tangerine. HEX triplet: F7, A7 and 0F. RGB value is (247,167,15). Sum of RGB (Red+Green+Blue) = 247+167+15=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A70F is #0858F0. Grayscale: #AEAEAE. Windows color (decimal): -547057 or 1026039. OLE color: 1026039.

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

Color convert

RGB 247 167 15 -
CMYK 0 0.32 0.94 0.03
HSL 39.31º 0.94% 0.51% -
HSV(B) 39.31º 0.94% 0.97% -
XYZ 52.26 47.45 6.86 -
YUV 173.59 38.5 180.36 -
System Red Green Blue C M Y K H S L
Decimal 247 167 15 0 0.32 0.94 0.03 39.31 0.94 0.51
Hex F7 A7 F 0 20 5E 3 27 5E 33
Octal 367 247 17 0 40 136 3 47 136 63
Binary 11110111 10100111 1111 0 100000 1011110 11 100111 1011110 110011

Color Harmonies of #F7A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A70F

Black with #F7A70F

Text Example


Text Example

White with #F7A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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