Html Css Color HEX #F7A413 Dark Tangerine

📋 copy color: '#F7A413'

red 247 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #F7A413

Tints of Dark Tangerine #F7A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

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

R = 57.44%
G = 38.14%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7A413 (or 0xF7A413) is known color: Dark Tangerine. HEX triplet: F7, A4 and 13. RGB value is (247,164,19). Sum of RGB (Red+Green+Blue) = 247+164+19=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A413 is #085BEC. Grayscale: #ACACAC. Windows color (decimal): -547821 or 1287415. OLE color: 1287415.

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

Color convert

RGB 247 164 19 -
CMYK 0 0.34 0.92 0.03
HSL 38.16º 0.93% 0.52% -
HSV(B) 38.16º 0.92% 0.97% -
XYZ 51.75 46.37 6.84 -
YUV 172.29 41.5 181.29 -
System Red Green Blue C M Y K H S L
Decimal 247 164 19 0 0.34 0.92 0.03 38.16 0.93 0.52
Hex F7 A4 13 0 22 5C 3 26 5D 34
Octal 367 244 23 0 42 134 3 46 135 64
Binary 11110111 10100100 10011 0 100010 1011100 11 100110 1011101 110100

Color Harmonies of #F7A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A413

Black with #F7A413

Text Example


Text Example

White with #F7A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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