Html Css Color HEX #F18101 Tangerine

📋 copy color: '#F18101'

red 241 ◦ green 129 ◦ blue 1

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

Shades of Tangerine #F18101

Tints of Tangerine #F18101

RGB

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

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

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

R = 64.96%
G = 34.77%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18101 (or 0xF18101) is known color: Tangerine. HEX triplet: F1, 81 and 01. RGB value is (241,129,1). Sum of RGB (Red+Green+Blue) = 241+129+1=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F18101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18101 is #0E7EFE. Grayscale: #949494. Windows color (decimal): -950015 or 98801. OLE color: 98801.

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

Color convert

RGB 241 129 1 -
CMYK 0 0.46 1.00 0.05
HSL 32º 0.99% 0.47% -
HSV(B) 32º 1% 0.95% -
XYZ 44.13 34.4 4.34 -
YUV 147.9 45.11 194.41 -
System Red Green Blue C M Y K H S L
Decimal 241 129 1 0 0.46 1.00 0.05 32 0.99 0.47
Hex F1 81 1 0 2E 64 5 20 63 2F
Octal 361 201 1 0 56 144 5 40 143 57
Binary 11110001 10000001 1 0 101110 1100100 101 100000 1100011 101111

Color Harmonies of #F18101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18101

Black with #F18101

Text Example


Text Example

White with #F18101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18101; }

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

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

background-color css

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

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

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

border-color css

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

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

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