Html Css Color HEX #F68712 Tangerine

📋 copy color: '#F68712'

red 246 ◦ green 135 ◦ blue 18

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

Shades of Tangerine #F68712

Tints of Tangerine #F68712

RGB

 RED value IS 246 (96.48% from 255) = 61.65%

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 61.65%
G = 33.83%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F68712 (or 0xF68712) is known color: Tangerine. HEX triplet: F6, 87 and 12. RGB value is (246,135,18). Sum of RGB (Red+Green+Blue) = 246+135+18=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68712 is #0978ED. Grayscale: #9B9B9B. Windows color (decimal): -620782 or 1214454. OLE color: 1214454.

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

Color convert

RGB 246 135 18 -
CMYK 0 0.45 0.93 0.04
HSL 30.79º 0.93% 0.52% -
HSV(B) 30.79º 0.93% 0.96% -
XYZ 46.78 36.96 5.24 -
YUV 154.85 50.77 193.01 -
System Red Green Blue C M Y K H S L
Decimal 246 135 18 0 0.45 0.93 0.04 30.79 0.93 0.52
Hex F6 87 12 0 2D 5D 4 1F 5D 34
Octal 366 207 22 0 55 135 4 37 135 64
Binary 11110110 10000111 10010 0 101101 1011101 100 11111 1011101 110100

Color Harmonies of #F68712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68712

Black with #F68712

Text Example


Text Example

White with #F68712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68712; }

 p { color: rgb(246,135,18); }

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

background-color css

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

 a { background-color: rgb(246,135,18); }

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

border-color css

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

 span { border-color: rgb(246,135,18); }

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