Html Css Color HEX #F68C04 Tangerine

📋 copy color: '#F68C04'

red 246 ◦ green 140 ◦ blue 4

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

Shades of Tangerine #F68C04

Tints of Tangerine #F68C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 63.08%
G = 35.9%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F68C04 (or 0xF68C04) is known color: Tangerine. HEX triplet: F6, 8C and 04. RGB value is (246,140,4). Sum of RGB (Red+Green+Blue) = 246+140+4=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C04 is #0973FB. Grayscale: #9C9C9C. Windows color (decimal): -619516 or 298230. OLE color: 298230.

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

Color convert

RGB 246 140 4 -
CMYK 0 0.43 0.98 0.04
HSL 33.72º 0.97% 0.49% -
HSV(B) 33.72º 0.98% 0.96% -
XYZ 47.41 38.36 5.02 -
YUV 156.19 42.12 192.06 -
System Red Green Blue C M Y K H S L
Decimal 246 140 4 0 0.43 0.98 0.04 33.72 0.97 0.49
Hex F6 8C 4 0 2B 62 4 22 61 31
Octal 366 214 4 0 53 142 4 42 141 61
Binary 11110110 10001100 100 0 101011 1100010 100 100010 1100001 110001

Color Harmonies of #F68C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C04

Black with #F68C04

Text Example


Text Example

White with #F68C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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