Html Css Color HEX #F18F05 Tangerine

📋 copy color: '#F18F05'

red 241 ◦ green 143 ◦ blue 5

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

Shades of Tangerine #F18F05

Tints of Tangerine #F18F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 61.95%
G = 36.76%
B = 1.29%

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

#F18F05 (or 0xF18F05) is known color: Tangerine. HEX triplet: F1, 8F and 05. RGB value is (241,143,5). Sum of RGB (Red+Green+Blue) = 241+143+5=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F05 is #0E70FA. Grayscale: #9D9D9D. Windows color (decimal): -946427 or 364529. OLE color: 364529.

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

Color convert

RGB 241 143 5 -
CMYK 0 0.41 0.98 0.05
HSL 35.08º 0.96% 0.48% -
HSV(B) 35.08º 0.98% 0.95% -
XYZ 46.13 38.36 5.12 -
YUV 156.57 42.47 188.22 -
System Red Green Blue C M Y K H S L
Decimal 241 143 5 0 0.41 0.98 0.05 35.08 0.96 0.48
Hex F1 8F 5 0 29 62 5 23 60 30
Octal 361 217 5 0 51 142 5 43 140 60
Binary 11110001 10001111 101 0 101001 1100010 101 100011 1100000 110000

Color Harmonies of #F18F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F05

Black with #F18F05

Text Example


Text Example

White with #F18F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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