Html Css Color HEX #F68510 Tangerine

📋 copy color: '#F68510'

red 246 ◦ green 133 ◦ blue 16

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

Shades of Tangerine #F68510

Tints of Tangerine #F68510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 62.28%
G = 33.67%
B = 4.05%

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

#F68510 (or 0xF68510) is known color: Tangerine. HEX triplet: F6, 85 and 10. RGB value is (246,133,16). Sum of RGB (Red+Green+Blue) = 246+133+16=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68510 is #097AEF. Grayscale: #9A9A9A. Windows color (decimal): -621296 or 1082870. OLE color: 1082870.

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

Color convert

RGB 246 133 16 -
CMYK 0 0.46 0.93 0.04
HSL 30.52º 0.93% 0.51% -
HSV(B) 30.52º 0.93% 0.96% -
XYZ 46.49 36.41 5.07 -
YUV 153.45 50.44 194.01 -
System Red Green Blue C M Y K H S L
Decimal 246 133 16 0 0.46 0.93 0.04 30.52 0.93 0.51
Hex F6 85 10 0 2E 5D 4 1F 5D 33
Octal 366 205 20 0 56 135 4 37 135 63
Binary 11110110 10000101 10000 0 101110 1011101 100 11111 1011101 110011

Color Harmonies of #F68510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68510

Black with #F68510

Text Example


Text Example

White with #F68510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68510; }

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

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

background-color css

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

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

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

border-color css

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

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

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