Html Css Color HEX #F18000 Tangerine

📋 copy color: '#F18000'

red 241 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #F18000

Tints of Tangerine #F18000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.31%
G = 34.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F18000 (or 0xF18000) is known color: Tangerine. HEX triplet: F1, 80 and 00. RGB value is (241,128,0). Sum of RGB (Red+Green+Blue) = 241+128+0=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F18000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18000 is #0E7FFF. Grayscale: #939393. Windows color (decimal): -950272 or 33009. OLE color: 33009.

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

Color convert

RGB 241 128 0 -
CMYK 0 0.47 1 0.05
HSL 31.87º 1% 0.47% -
HSV(B) 31.87º 1% 0.95% -
XYZ 43.99 34.14 4.27 -
YUV 147.2 44.94 194.91 -
System Red Green Blue C M Y K H S L
Decimal 241 128 0 0 0.47 1 0.05 31.87 1 0.47
Hex F1 80 0 0 2F 64 5 20 64 2F
Octal 361 200 0 0 57 144 5 40 144 57
Binary 11110001 10000000 0 0 101111 1100100 101 100000 1100100 101111

Color Harmonies of #F18000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18000

Black with #F18000

Text Example


Text Example

White with #F18000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18000; }

 p { color: rgb(241,128,0); }

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

background-color css

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

 a { background-color: rgb(241,128,0); }

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

border-color css

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

 span { border-color: rgb(241,128,0); }

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