Html Css Color HEX #F18200 Tangerine

📋 copy color: '#F18200'

red 241 ◦ green 130 ◦ blue 0

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

Shades of Tangerine #F18200

Tints of Tangerine #F18200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 64.96%
G = 35.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F18200 (or 0xF18200) is known color: Tangerine. HEX triplet: F1, 82 and 00. RGB value is (241,130,0). Sum of RGB (Red+Green+Blue) = 241+130+0=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F18200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18200 is #0E7DFF. Grayscale: #959595. Windows color (decimal): -949760 or 33521. OLE color: 33521.

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

Color convert

RGB 241 130 0 -
CMYK 0 0.46 1 0.05
HSL 32.37º 1% 0.47% -
HSV(B) 32.37º 1% 0.95% -
XYZ 44.26 34.67 4.36 -
YUV 148.37 44.27 194.07 -
System Red Green Blue C M Y K H S L
Decimal 241 130 0 0 0.46 1 0.05 32.37 1 0.47
Hex F1 82 0 0 2E 64 5 20 64 2F
Octal 361 202 0 0 56 144 5 40 144 57
Binary 11110001 10000010 0 0 101110 1100100 101 100000 1100100 101111

Color Harmonies of #F18200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18200

Black with #F18200

Text Example


Text Example

White with #F18200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18200; }

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

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

background-color css

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

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

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

border-color css

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

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

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