Html Css Color HEX #F18405 Tangerine

📋 copy color: '#F18405'

red 241 ◦ green 132 ◦ blue 5

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

Shades of Tangerine #F18405

Tints of Tangerine #F18405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

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

R = 63.76%
G = 34.92%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F18405 (or 0xF18405) is known color: Tangerine. HEX triplet: F1, 84 and 05. RGB value is (241,132,5). Sum of RGB (Red+Green+Blue) = 241+132+5=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F18405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18405 is #0E7BFA. Grayscale: #969696. Windows color (decimal): -949243 or 361713. OLE color: 361713.

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

Color convert

RGB 241 132 5 -
CMYK 0 0.45 0.98 0.05
HSL 32.29º 0.96% 0.48% -
HSV(B) 32.29º 0.98% 0.95% -
XYZ 44.55 35.21 4.59 -
YUV 150.11 46.11 192.83 -
System Red Green Blue C M Y K H S L
Decimal 241 132 5 0 0.45 0.98 0.05 32.29 0.96 0.48
Hex F1 84 5 0 2D 62 5 20 60 30
Octal 361 204 5 0 55 142 5 40 140 60
Binary 11110001 10000100 101 0 101101 1100010 101 100000 1100000 110000

Color Harmonies of #F18405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18405

Black with #F18405

Text Example


Text Example

White with #F18405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18405; }

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

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

background-color css

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

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

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

border-color css

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

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

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