Html Css Color HEX #F18D01 Tangerine

📋 copy color: '#F18D01'

red 241 ◦ green 141 ◦ blue 1

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

Shades of Tangerine #F18D01

Tints of Tangerine #F18D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 62.92%
G = 36.81%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18D01 (or 0xF18D01) is known color: Tangerine. HEX triplet: F1, 8D and 01. RGB value is (241,141,1). Sum of RGB (Red+Green+Blue) = 241+141+1=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D01 is #0E72FE. Grayscale: #9B9B9B. Windows color (decimal): -946943 or 101873. OLE color: 101873.

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

Color convert

RGB 241 141 1 -
CMYK 0 0.41 1.00 0.05
HSL 35º 0.99% 0.47% -
HSV(B) 35º 1% 0.95% -
XYZ 45.81 37.75 4.9 -
YUV 154.94 41.13 189.38 -
System Red Green Blue C M Y K H S L
Decimal 241 141 1 0 0.41 1.00 0.05 35 0.99 0.47
Hex F1 8D 1 0 29 64 5 23 63 2F
Octal 361 215 1 0 51 144 5 43 143 57
Binary 11110001 10001101 1 0 101001 1100100 101 100011 1100011 101111

Color Harmonies of #F18D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D01

Black with #F18D01

Text Example


Text Example

White with #F18D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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