Html Css Color HEX #F18205 Tangerine

📋 copy color: '#F18205'

red 241 ◦ green 130 ◦ blue 5

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

Shades of Tangerine #F18205

Tints of Tangerine #F18205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 64.1%
G = 34.57%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F18205 (or 0xF18205) is known color: Tangerine. HEX triplet: F1, 82 and 05. RGB value is (241,130,5). Sum of RGB (Red+Green+Blue) = 241+130+5=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F18205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18205 is #0E7DFA. Grayscale: #959595. Windows color (decimal): -949755 or 361201. OLE color: 361201.

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

Color convert

RGB 241 130 5 -
CMYK 0 0.46 0.98 0.05
HSL 31.78º 0.96% 0.48% -
HSV(B) 31.78º 0.98% 0.95% -
XYZ 44.29 34.68 4.5 -
YUV 148.94 46.77 193.66 -
System Red Green Blue C M Y K H S L
Decimal 241 130 5 0 0.46 0.98 0.05 31.78 0.96 0.48
Hex F1 82 5 0 2E 62 5 20 60 30
Octal 361 202 5 0 56 142 5 40 140 60
Binary 11110001 10000010 101 0 101110 1100010 101 100000 1100000 110000

Color Harmonies of #F18205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18205

Black with #F18205

Text Example


Text Example

White with #F18205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18205; }

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

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

background-color css

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

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

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

border-color css

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

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

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