Html Css Color HEX #F1880F Tangerine

📋 copy color: '#F1880F'

red 241 ◦ green 136 ◦ blue 15

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

Shades of Tangerine #F1880F

Tints of Tangerine #F1880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 61.48%
G = 34.69%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1880F (or 0xF1880F) is known color: Tangerine. HEX triplet: F1, 88 and 0F. RGB value is (241,136,15). Sum of RGB (Red+Green+Blue) = 241+136+15=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1880F is #0E77F0. Grayscale: #9A9A9A. Windows color (decimal): -948209 or 1018097. OLE color: 1018097.

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

Color convert

RGB 241 136 15 -
CMYK 0 0.44 0.94 0.05
HSL 32.12º 0.89% 0.5% -
HSV(B) 32.12º 0.94% 0.95% -
XYZ 45.17 36.34 5.09 -
YUV 153.6 49.79 190.34 -
System Red Green Blue C M Y K H S L
Decimal 241 136 15 0 0.44 0.94 0.05 32.12 0.89 0.5
Hex F1 88 F 0 2C 5E 5 20 59 32
Octal 361 210 17 0 54 136 5 40 131 62
Binary 11110001 10001000 1111 0 101100 1011110 101 100000 1011001 110010

Color Harmonies of #F1880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1880F

Black with #F1880F

Text Example


Text Example

White with #F1880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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