Html Css Color HEX #F18202 Tangerine

📋 copy color: '#F18202'

red 241 ◦ green 130 ◦ blue 2

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

Shades of Tangerine #F18202

Tints of Tangerine #F18202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 64.61%
G = 34.85%
B = 0.54%

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

#F18202 (or 0xF18202) is known color: Tangerine. HEX triplet: F1, 82 and 02. RGB value is (241,130,2). Sum of RGB (Red+Green+Blue) = 241+130+2=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F18202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18202 is #0E7DFD. Grayscale: #959595. Windows color (decimal): -949758 or 164593. OLE color: 164593.

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

Color convert

RGB 241 130 2 -
CMYK 0 0.46 0.99 0.05
HSL 32.13º 0.98% 0.48% -
HSV(B) 32.13º 0.99% 0.95% -
XYZ 44.27 34.67 4.42 -
YUV 148.6 45.27 193.91 -
System Red Green Blue C M Y K H S L
Decimal 241 130 2 0 0.46 0.99 0.05 32.13 0.98 0.48
Hex F1 82 2 0 2E 63 5 20 62 30
Octal 361 202 2 0 56 143 5 40 142 60
Binary 11110001 10000010 10 0 101110 1100011 101 100000 1100010 110000

Color Harmonies of #F18202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18202

Black with #F18202

Text Example


Text Example

White with #F18202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18202; }

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

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

background-color css

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

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

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

border-color css

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

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

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