Html Css Color HEX #F7AD13 Dark Tangerine

📋 copy color: '#F7AD13'

red 247 ◦ green 173 ◦ blue 19

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

Shades of Dark Tangerine #F7AD13

Tints of Dark Tangerine #F7AD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 19 (7.81% from 255) = 4.33%

R = 56.26%
G = 39.41%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7AD13 (or 0xF7AD13) is known color: Dark Tangerine. HEX triplet: F7, AD and 13. RGB value is (247,173,19). Sum of RGB (Red+Green+Blue) = 247+173+19=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD13 is #0852EC. Grayscale: #B2B2B2. Windows color (decimal): -545517 or 1289719. OLE color: 1289719.

HSL color Cylindrical-coordinate representation of color #F7AD13: hue angle of 40.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7AD13 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 19 -
CMYK 0 0.30 0.92 0.03
HSL 40.53º 0.93% 0.52% -
HSV(B) 40.53º 0.92% 0.97% -
XYZ 53.42 49.71 7.4 -
YUV 177.57 38.52 177.52 -
System Red Green Blue C M Y K H S L
Decimal 247 173 19 0 0.30 0.92 0.03 40.53 0.93 0.52
Hex F7 AD 13 0 1E 5C 3 29 5D 34
Octal 367 255 23 0 36 134 3 51 135 64
Binary 11110111 10101101 10011 0 11110 1011100 11 101001 1011101 110100

Color Harmonies of #F7AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD13

Black with #F7AD13

Text Example


Text Example

White with #F7AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD13; }

 p { color: rgb(247,173,19); }

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

background-color css

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

 a { background-color: rgb(247,173,19); }

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

border-color css

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

 span { border-color: rgb(247,173,19); }

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