Html Css Color HEX #F18100 Tangerine

📋 copy color: '#F18100'

red 241 ◦ green 129 ◦ blue 0

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

Shades of Tangerine #F18100

Tints of Tangerine #F18100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 65.14%
G = 34.86%
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

#F18100 (or 0xF18100) is known color: Tangerine. HEX triplet: F1, 81 and 00. RGB value is (241,129,0). Sum of RGB (Red+Green+Blue) = 241+129+0=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F18100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18100 is #0E7EFF. Grayscale: #949494. Windows color (decimal): -950016 or 33265. OLE color: 33265.

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

Color convert

RGB 241 129 0 -
CMYK 0 0.46 1 0.05
HSL 32.12º 1% 0.47% -
HSV(B) 32.12º 1% 0.95% -
XYZ 44.13 34.4 4.31 -
YUV 147.78 44.61 194.49 -
System Red Green Blue C M Y K H S L
Decimal 241 129 0 0 0.46 1 0.05 32.12 1 0.47
Hex F1 81 0 0 2E 64 5 20 64 2F
Octal 361 201 0 0 56 144 5 40 144 57
Binary 11110001 10000001 0 0 101110 1100100 101 100000 1100100 101111

Color Harmonies of #F18100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18100

Black with #F18100

Text Example


Text Example

White with #F18100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18100; }

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

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

background-color css

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

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

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

border-color css

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

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

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