Html Css Color HEX #F68812 Tangerine

📋 copy color: '#F68812'

red 246 ◦ green 136 ◦ blue 18

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

Shades of Tangerine #F68812

Tints of Tangerine #F68812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 61.5%
G = 34%
B = 4.5%

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

#F68812 (or 0xF68812) is known color: Tangerine. HEX triplet: F6, 88 and 12. RGB value is (246,136,18). Sum of RGB (Red+Green+Blue) = 246+136+18=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F68812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68812 is #0977ED. Grayscale: #9C9C9C. Windows color (decimal): -620526 or 1214710. OLE color: 1214710.

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

Color convert

RGB 246 136 18 -
CMYK 0 0.45 0.93 0.04
HSL 31.05º 0.93% 0.52% -
HSV(B) 31.05º 0.93% 0.96% -
XYZ 46.92 37.24 5.29 -
YUV 155.44 50.44 192.59 -
System Red Green Blue C M Y K H S L
Decimal 246 136 18 0 0.45 0.93 0.04 31.05 0.93 0.52
Hex F6 88 12 0 2D 5D 4 1F 5D 34
Octal 366 210 22 0 55 135 4 37 135 64
Binary 11110110 10001000 10010 0 101101 1011101 100 11111 1011101 110100

Color Harmonies of #F68812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68812

Black with #F68812

Text Example


Text Example

White with #F68812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68812; }

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

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

background-color css

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

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

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

border-color css

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

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

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