Html Css Color HEX #F7A314 Dark Tangerine

📋 copy color: '#F7A314'

red 247 ◦ green 163 ◦ blue 20

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

Shades of Dark Tangerine #F7A314

Tints of Dark Tangerine #F7A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 57.44%
G = 37.91%
B = 4.65%

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

#F7A314 (or 0xF7A314) is known color: Dark Tangerine. HEX triplet: F7, A3 and 14. RGB value is (247,163,20). Sum of RGB (Red+Green+Blue) = 247+163+20=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A314 is #085CEB. Grayscale: #ACACAC. Windows color (decimal): -548076 or 1352695. OLE color: 1352695.

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

Color convert

RGB 247 163 20 -
CMYK 0 0.34 0.92 0.03
HSL 37.8º 0.93% 0.52% -
HSV(B) 37.8º 0.92% 0.97% -
XYZ 51.58 46.02 6.83 -
YUV 171.81 42.33 181.63 -
System Red Green Blue C M Y K H S L
Decimal 247 163 20 0 0.34 0.92 0.03 37.8 0.93 0.52
Hex F7 A3 14 0 22 5C 3 26 5D 34
Octal 367 243 24 0 42 134 3 46 135 64
Binary 11110111 10100011 10100 0 100010 1011100 11 100110 1011101 110100

Color Harmonies of #F7A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A314

Black with #F7A314

Text Example


Text Example

White with #F7A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A314; }

 p { color: rgb(247,163,20); }

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

background-color css

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

 a { background-color: rgb(247,163,20); }

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

border-color css

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

 span { border-color: rgb(247,163,20); }

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