Html Css Color HEX #F68C0F Tangerine

📋 copy color: '#F68C0F'

red 246 ◦ green 140 ◦ blue 15

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

Shades of Tangerine #F68C0F

Tints of Tangerine #F68C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 61.35%
G = 34.91%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F68C0F (or 0xF68C0F) is known color: Tangerine. HEX triplet: F6, 8C and 0F. RGB value is (246,140,15). Sum of RGB (Red+Green+Blue) = 246+140+15=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C0F is #0973F0. Grayscale: #9E9E9E. Windows color (decimal): -619505 or 1019126. OLE color: 1019126.

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

Color convert

RGB 246 140 15 -
CMYK 0 0.43 0.94 0.04
HSL 32.47º 0.93% 0.51% -
HSV(B) 32.47º 0.94% 0.96% -
XYZ 47.47 38.38 5.36 -
YUV 157.44 47.62 191.16 -
System Red Green Blue C M Y K H S L
Decimal 246 140 15 0 0.43 0.94 0.04 32.47 0.93 0.51
Hex F6 8C F 0 2B 5E 4 20 5D 33
Octal 366 214 17 0 53 136 4 40 135 63
Binary 11110110 10001100 1111 0 101011 1011110 100 100000 1011101 110011

Color Harmonies of #F68C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C0F

Black with #F68C0F

Text Example


Text Example

White with #F68C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C0F; }

 p { color: rgb(246,140,15); }

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

background-color css

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

 a { background-color: rgb(246,140,15); }

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

border-color css

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

 span { border-color: rgb(246,140,15); }

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