Html Css Color HEX #F18303 Tangerine

📋 copy color: '#F18303'

red 241 ◦ green 131 ◦ blue 3

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

Shades of Tangerine #F18303

Tints of Tangerine #F18303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 64.27%
G = 34.93%
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

#F18303 (or 0xF18303) is known color: Tangerine. HEX triplet: F1, 83 and 03. RGB value is (241,131,3). Sum of RGB (Red+Green+Blue) = 241+131+3=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F18303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18303 is #0E7CFC. Grayscale: #959595. Windows color (decimal): -949501 or 230385. OLE color: 230385.

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

Color convert

RGB 241 131 3 -
CMYK 0 0.46 0.99 0.05
HSL 32.27º 0.98% 0.48% -
HSV(B) 32.27º 0.99% 0.95% -
XYZ 44.41 34.94 4.49 -
YUV 149.3 45.44 193.41 -
System Red Green Blue C M Y K H S L
Decimal 241 131 3 0 0.46 0.99 0.05 32.27 0.98 0.48
Hex F1 83 3 0 2E 63 5 20 62 30
Octal 361 203 3 0 56 143 5 40 142 60
Binary 11110001 10000011 11 0 101110 1100011 101 100000 1100010 110000

Color Harmonies of #F18303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18303

Black with #F18303

Text Example


Text Example

White with #F18303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18303; }

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

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

background-color css

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

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

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

border-color css

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

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

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