Html Css Color HEX #F78512 Tangerine

📋 copy color: '#F78512'

red 247 ◦ green 133 ◦ blue 18

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

Shades of Tangerine #F78512

Tints of Tangerine #F78512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 62.06%
G = 33.42%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F78512 (or 0xF78512) is known color: Tangerine. HEX triplet: F7, 85 and 12. RGB value is (247,133,18). Sum of RGB (Red+Green+Blue) = 247+133+18=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F78512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78512 is #087AED. Grayscale: #9A9A9A. Windows color (decimal): -555758 or 1213943. OLE color: 1213943.

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

Color convert

RGB 247 133 18 -
CMYK 0 0.46 0.93 0.03
HSL 30.13º 0.93% 0.52% -
HSV(B) 30.13º 0.93% 0.97% -
XYZ 46.85 36.59 5.17 -
YUV 153.98 51.27 194.35 -
System Red Green Blue C M Y K H S L
Decimal 247 133 18 0 0.46 0.93 0.03 30.13 0.93 0.52
Hex F7 85 12 0 2E 5D 3 1E 5D 34
Octal 367 205 22 0 56 135 3 36 135 64
Binary 11110111 10000101 10010 0 101110 1011101 11 11110 1011101 110100

Color Harmonies of #F78512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78512

Black with #F78512

Text Example


Text Example

White with #F78512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78512; }

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

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

background-color css

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

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

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

border-color css

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

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

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