Html Css Color HEX #F68101 Tangerine

📋 copy color: '#F68101'

red 246 ◦ green 129 ◦ blue 1

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

Shades of Tangerine #F68101

Tints of Tangerine #F68101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 65.43%
G = 34.31%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F68101 (or 0xF68101) is known color: Tangerine. HEX triplet: F6, 81 and 01. RGB value is (246,129,1). Sum of RGB (Red+Green+Blue) = 246+129+1=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F68101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68101 is #097EFE. Grayscale: #969696. Windows color (decimal): -622335 or 98806. OLE color: 98806.

HSL color Cylindrical-coordinate representation of color #F68101: hue angle of 31.35º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F68101 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 1 -
CMYK 0 0.48 1.00 0.04
HSL 31.35º 0.99% 0.48% -
HSV(B) 31.35º 1% 0.96% -
XYZ 45.86 35.3 4.42 -
YUV 149.39 44.26 196.91 -
System Red Green Blue C M Y K H S L
Decimal 246 129 1 0 0.48 1.00 0.04 31.35 0.99 0.48
Hex F6 81 1 0 30 64 4 1F 63 30
Octal 366 201 1 0 60 144 4 37 143 60
Binary 11110110 10000001 1 0 110000 1100100 100 11111 1100011 110000

Color Harmonies of #F68101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68101

Black with #F68101

Text Example


Text Example

White with #F68101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68101; }

 p { color: rgb(246,129,1); }

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

background-color css

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

 a { background-color: rgb(246,129,1); }

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

border-color css

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

 span { border-color: rgb(246,129,1); }

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