Html Css Color HEX #F68512 Tangerine

📋 copy color: '#F68512'

red 246 ◦ green 133 ◦ blue 18

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

Shades of Tangerine #F68512

Tints of Tangerine #F68512

RGB

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

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

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

R = 61.96%
G = 33.5%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F68512 (or 0xF68512) is known color: Tangerine. HEX triplet: F6, 85 and 12. RGB value is (246,133,18). Sum of RGB (Red+Green+Blue) = 246+133+18=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68512 is #097AED. Grayscale: #9A9A9A. Windows color (decimal): -621294 or 1213942. OLE color: 1213942.

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

Color convert

RGB 246 133 18 -
CMYK 0 0.46 0.93 0.04
HSL 30.26º 0.93% 0.52% -
HSV(B) 30.26º 0.93% 0.96% -
XYZ 46.5 36.41 5.15 -
YUV 153.68 51.44 193.85 -
System Red Green Blue C M Y K H S L
Decimal 246 133 18 0 0.46 0.93 0.04 30.26 0.93 0.52
Hex F6 85 12 0 2E 5D 4 1E 5D 34
Octal 366 205 22 0 56 135 4 36 135 64
Binary 11110110 10000101 10010 0 101110 1011101 100 11110 1011101 110100

Color Harmonies of #F68512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68512

Black with #F68512

Text Example


Text Example

White with #F68512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68512; }

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

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

background-color css

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

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

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

border-color css

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

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

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