Html Css Color HEX #F18F07 Tangerine

📋 copy color: '#F18F07'

red 241 ◦ green 143 ◦ blue 7

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

Shades of Tangerine #F18F07

Tints of Tangerine #F18F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 61.64%
G = 36.57%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F18F07 (or 0xF18F07) is known color: Tangerine. HEX triplet: F1, 8F and 07. RGB value is (241,143,7). Sum of RGB (Red+Green+Blue) = 241+143+7=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F07 is #0E70F8. Grayscale: #9D9D9D. Windows color (decimal): -946425 or 495601. OLE color: 495601.

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

Color convert

RGB 241 143 7 -
CMYK 0 0.41 0.97 0.05
HSL 34.87º 0.94% 0.49% -
HSV(B) 34.87º 0.97% 0.95% -
XYZ 46.14 38.36 5.17 -
YUV 156.8 43.47 188.06 -
System Red Green Blue C M Y K H S L
Decimal 241 143 7 0 0.41 0.97 0.05 34.87 0.94 0.49
Hex F1 8F 7 0 29 61 5 23 5E 31
Octal 361 217 7 0 51 141 5 43 136 61
Binary 11110001 10001111 111 0 101001 1100001 101 100011 1011110 110001

Color Harmonies of #F18F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F07

Black with #F18F07

Text Example


Text Example

White with #F18F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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