Html Css Color HEX #F1820F Tangerine

📋 copy color: '#F1820F'

red 241 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #F1820F

Tints of Tangerine #F1820F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 62.44%
G = 33.68%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1820F (or 0xF1820F) is known color: Tangerine. HEX triplet: F1, 82 and 0F. RGB value is (241,130,15). Sum of RGB (Red+Green+Blue) = 241+130+15=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1820F is #0E7DF0. Grayscale: #969696. Windows color (decimal): -949745 or 1016561. OLE color: 1016561.

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

Color convert

RGB 241 130 15 -
CMYK 0 0.46 0.94 0.05
HSL 30.53º 0.89% 0.5% -
HSV(B) 30.53º 0.94% 0.95% -
XYZ 44.34 34.7 4.81 -
YUV 150.08 51.77 192.85 -
System Red Green Blue C M Y K H S L
Decimal 241 130 15 0 0.46 0.94 0.05 30.53 0.89 0.5
Hex F1 82 F 0 2E 5E 5 1F 59 32
Octal 361 202 17 0 56 136 5 37 131 62
Binary 11110001 10000010 1111 0 101110 1011110 101 11111 1011001 110010

Color Harmonies of #F1820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1820F

Black with #F1820F

Text Example


Text Example

White with #F1820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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