Html Css Color HEX #F18F06 Tangerine

📋 copy color: '#F18F06'

red 241 ◦ green 143 ◦ blue 6

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

Shades of Tangerine #F18F06

Tints of Tangerine #F18F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 61.79%
G = 36.67%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F18F06 (or 0xF18F06) is known color: Tangerine. HEX triplet: F1, 8F and 06. RGB value is (241,143,6). Sum of RGB (Red+Green+Blue) = 241+143+6=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F06 is #0E70F9. Grayscale: #9D9D9D. Windows color (decimal): -946426 or 430065. OLE color: 430065.

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

Color convert

RGB 241 143 6 -
CMYK 0 0.41 0.98 0.05
HSL 34.98º 0.95% 0.48% -
HSV(B) 34.98º 0.98% 0.95% -
XYZ 46.13 38.36 5.14 -
YUV 156.68 42.97 188.14 -
System Red Green Blue C M Y K H S L
Decimal 241 143 6 0 0.41 0.98 0.05 34.98 0.95 0.48
Hex F1 8F 6 0 29 62 5 23 5F 30
Octal 361 217 6 0 51 142 5 43 137 60
Binary 11110001 10001111 110 0 101001 1100010 101 100011 1011111 110000

Color Harmonies of #F18F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F06

Black with #F18F06

Text Example


Text Example

White with #F18F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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