Html Css Color HEX #F7A10D Dark Tangerine

📋 copy color: '#F7A10D'

red 247 ◦ green 161 ◦ blue 13

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

Shades of Dark Tangerine #F7A10D

Tints of Dark Tangerine #F7A10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

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

R = 58.67%
G = 38.24%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7A10D (or 0xF7A10D) is known color: Dark Tangerine. HEX triplet: F7, A1 and 0D. RGB value is (247,161,13). Sum of RGB (Red+Green+Blue) = 247+161+13=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A10D is #085EF2. Grayscale: #AAAAAA. Windows color (decimal): -548595 or 893431. OLE color: 893431.

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

Color convert

RGB 247 161 13 -
CMYK 0 0.35 0.95 0.03
HSL 37.95º 0.94% 0.51% -
HSV(B) 37.95º 0.95% 0.97% -
XYZ 51.18 45.29 6.43 -
YUV 169.84 39.49 183.03 -
System Red Green Blue C M Y K H S L
Decimal 247 161 13 0 0.35 0.95 0.03 37.95 0.94 0.51
Hex F7 A1 D 0 23 5F 3 26 5E 33
Octal 367 241 15 0 43 137 3 46 136 63
Binary 11110111 10100001 1101 0 100011 1011111 11 100110 1011110 110011

Color Harmonies of #F7A10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A10D

Black with #F7A10D

Text Example


Text Example

White with #F7A10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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