Html Css Color HEX #F18C01 Tangerine

📋 copy color: '#F18C01'

red 241 ◦ green 140 ◦ blue 1

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

Shades of Tangerine #F18C01

Tints of Tangerine #F18C01

RGB

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

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

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

R = 63.09%
G = 36.65%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18C01 (or 0xF18C01) is known color: Tangerine. HEX triplet: F1, 8C and 01. RGB value is (241,140,1). Sum of RGB (Red+Green+Blue) = 241+140+1=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C01 is #0E73FE. Grayscale: #9B9B9B. Windows color (decimal): -947199 or 101617. OLE color: 101617.

HSL color Cylindrical-coordinate representation of color #F18C01: hue angle of 34.75º 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 #F18C01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 1 -
CMYK 0 0.42 1.00 0.05
HSL 34.75º 0.99% 0.47% -
HSV(B) 34.75º 1% 0.95% -
XYZ 45.66 37.46 4.85 -
YUV 154.35 41.46 189.8 -
System Red Green Blue C M Y K H S L
Decimal 241 140 1 0 0.42 1.00 0.05 34.75 0.99 0.47
Hex F1 8C 1 0 2A 64 5 23 63 2F
Octal 361 214 1 0 52 144 5 43 143 57
Binary 11110001 10001100 1 0 101010 1100100 101 100011 1100011 101111

Color Harmonies of #F18C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C01

Black with #F18C01

Text Example


Text Example

White with #F18C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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