Html Css Color HEX #F18002 Tangerine

📋 copy color: '#F18002'

red 241 ◦ green 128 ◦ blue 2

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

Shades of Tangerine #F18002

Tints of Tangerine #F18002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 64.96%
G = 34.5%
B = 0.54%

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

#F18002 (or 0xF18002) is known color: Tangerine. HEX triplet: F1, 80 and 02. RGB value is (241,128,2). Sum of RGB (Red+Green+Blue) = 241+128+2=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F18002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18002 is #0E7FFD. Grayscale: #949494. Windows color (decimal): -950270 or 164081. OLE color: 164081.

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

Color convert

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

Color Harmonies of #F18002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18002

Black with #F18002

Text Example


Text Example

White with #F18002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18002; }

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

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

background-color css

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

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

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

border-color css

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

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

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