Html Css Color HEX #F18103 Tangerine

📋 copy color: '#F18103'

red 241 ◦ green 129 ◦ blue 3

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

Shades of Tangerine #F18103

Tints of Tangerine #F18103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 64.61%
G = 34.58%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F18103 (or 0xF18103) is known color: Tangerine. HEX triplet: F1, 81 and 03. RGB value is (241,129,3). Sum of RGB (Red+Green+Blue) = 241+129+3=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F18103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18103 is #0E7EFC. Grayscale: #949494. Windows color (decimal): -950013 or 229873. OLE color: 229873.

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

Color convert

RGB 241 129 3 -
CMYK 0 0.46 0.99 0.05
HSL 31.76º 0.98% 0.48% -
HSV(B) 31.76º 0.99% 0.95% -
XYZ 44.14 34.41 4.4 -
YUV 148.12 46.11 194.25 -
System Red Green Blue C M Y K H S L
Decimal 241 129 3 0 0.46 0.99 0.05 31.76 0.98 0.48
Hex F1 81 3 0 2E 63 5 20 62 30
Octal 361 201 3 0 56 143 5 40 142 60
Binary 11110001 10000001 11 0 101110 1100011 101 100000 1100010 110000

Color Harmonies of #F18103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18103

Black with #F18103

Text Example


Text Example

White with #F18103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18103; }

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

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

background-color css

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

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

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

border-color css

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

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

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