Html Css Color HEX #F18003 Tangerine

📋 copy color: '#F18003'

red 241 ◦ green 128 ◦ blue 3

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

Shades of Tangerine #F18003

Tints of Tangerine #F18003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 64.78%
G = 34.41%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F18003 (or 0xF18003) is known color: Tangerine. HEX triplet: F1, 80 and 03. RGB value is (241,128,3). Sum of RGB (Red+Green+Blue) = 241+128+3=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F18003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18003 is #0E7FFC. Grayscale: #949494. Windows color (decimal): -950269 or 229617. OLE color: 229617.

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

Color convert

RGB 241 128 3 -
CMYK 0 0.47 0.99 0.05
HSL 31.51º 0.98% 0.48% -
HSV(B) 31.51º 0.99% 0.95% -
XYZ 44.01 34.15 4.36 -
YUV 147.54 46.44 194.66 -
System Red Green Blue C M Y K H S L
Decimal 241 128 3 0 0.47 0.99 0.05 31.51 0.98 0.48
Hex F1 80 3 0 2F 63 5 20 62 30
Octal 361 200 3 0 57 143 5 40 142 60
Binary 11110001 10000000 11 0 101111 1100011 101 100000 1100010 110000

Color Harmonies of #F18003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18003

Black with #F18003

Text Example


Text Example

White with #F18003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18003; }

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

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

background-color css

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

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

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

border-color css

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

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

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