Html Css Color HEX #F78412 Tangerine

📋 copy color: '#F78412'

red 247 ◦ green 132 ◦ blue 18

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

Shades of Tangerine #F78412

Tints of Tangerine #F78412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 62.22%
G = 33.25%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F78412 (or 0xF78412) is known color: Tangerine. HEX triplet: F7, 84 and 12. RGB value is (247,132,18). Sum of RGB (Red+Green+Blue) = 247+132+18=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F78412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78412 is #087BED. Grayscale: #999999. Windows color (decimal): -556014 or 1213687. OLE color: 1213687.

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

Color convert

RGB 247 132 18 -
CMYK 0 0.47 0.93 0.03
HSL 29.87º 0.93% 0.52% -
HSV(B) 29.87º 0.93% 0.97% -
XYZ 46.72 36.32 5.12 -
YUV 153.39 51.6 194.77 -
System Red Green Blue C M Y K H S L
Decimal 247 132 18 0 0.47 0.93 0.03 29.87 0.93 0.52
Hex F7 84 12 0 2F 5D 3 1E 5D 34
Octal 367 204 22 0 57 135 3 36 135 64
Binary 11110111 10000100 10010 0 101111 1011101 11 11110 1011101 110100

Color Harmonies of #F78412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78412

Black with #F78412

Text Example


Text Example

White with #F78412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78412; }

 p { color: rgb(247,132,18); }

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

background-color css

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

 a { background-color: rgb(247,132,18); }

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

border-color css

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

 span { border-color: rgb(247,132,18); }

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