Html Css Color HEX #F18701 Tangerine

📋 copy color: '#F18701'

red 241 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #F18701

Tints of Tangerine #F18701

RGB

 RED value IS 241 (94.53% from 255) = 63.93%

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 63.93%
G = 35.81%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18701 (or 0xF18701) is known color: Tangerine. HEX triplet: F1, 87 and 01. RGB value is (241,135,1). Sum of RGB (Red+Green+Blue) = 241+135+1=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F18701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18701 is #0E78FE. Grayscale: #989898. Windows color (decimal): -948479 or 100337. OLE color: 100337.

HSL color Cylindrical-coordinate representation of color #F18701: hue angle of 33.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18701 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 1 -
CMYK 0 0.44 1.00 0.05
HSL 33.5º 0.99% 0.47% -
HSV(B) 33.5º 1% 0.95% -
XYZ 44.95 36.03 4.61 -
YUV 151.42 43.12 191.9 -
System Red Green Blue C M Y K H S L
Decimal 241 135 1 0 0.44 1.00 0.05 33.5 0.99 0.47
Hex F1 87 1 0 2C 64 5 22 63 2F
Octal 361 207 1 0 54 144 5 42 143 57
Binary 11110001 10000111 1 0 101100 1100100 101 100010 1100011 101111

Color Harmonies of #F18701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18701

Black with #F18701

Text Example


Text Example

White with #F18701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18701; }

 p { color: rgb(241,135,1); }

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

background-color css

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

 a { background-color: rgb(241,135,1); }

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

border-color css

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

 span { border-color: rgb(241,135,1); }

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