Html Css Color HEX #F18F0F Tangerine

📋 copy color: '#F18F0F'

red 241 ◦ green 143 ◦ blue 15

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

Shades of Tangerine #F18F0F

Tints of Tangerine #F18F0F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.84%

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

R = 60.4%
G = 35.84%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F18F0F (or 0xF18F0F) is known color: Tangerine. HEX triplet: F1, 8F and 0F. RGB value is (241,143,15). Sum of RGB (Red+Green+Blue) = 241+143+15=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F0F is #0E70F0. Grayscale: #9E9E9E. Windows color (decimal): -946417 or 1019889. OLE color: 1019889.

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

Color convert

RGB 241 143 15 -
CMYK 0 0.41 0.94 0.05
HSL 33.98º 0.89% 0.5% -
HSV(B) 33.98º 0.94% 0.95% -
XYZ 46.18 38.38 5.43 -
YUV 157.71 47.47 187.41 -
System Red Green Blue C M Y K H S L
Decimal 241 143 15 0 0.41 0.94 0.05 33.98 0.89 0.5
Hex F1 8F F 0 29 5E 5 22 59 32
Octal 361 217 17 0 51 136 5 42 131 62
Binary 11110001 10001111 1111 0 101001 1011110 101 100010 1011001 110010

Color Harmonies of #F18F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F0F

Black with #F18F0F

Text Example


Text Example

White with #F18F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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