Html Css Color HEX #F18712 Tangerine

📋 copy color: '#F18712'

red 241 ◦ green 135 ◦ blue 18

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

Shades of Tangerine #F18712

Tints of Tangerine #F18712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 61.17%
G = 34.26%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18712 (or 0xF18712) is known color: Tangerine. HEX triplet: F1, 87 and 12. RGB value is (241,135,18). Sum of RGB (Red+Green+Blue) = 241+135+18=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18712 is #0E78ED. Grayscale: #999999. Windows color (decimal): -948462 or 1214449. OLE color: 1214449.

HSL color Cylindrical-coordinate representation of color #F18712: hue angle of 31.48º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F18712 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 18 -
CMYK 0 0.44 0.93 0.05
HSL 31.48º 0.89% 0.51% -
HSV(B) 31.48º 0.93% 0.95% -
XYZ 45.05 36.07 5.16 -
YUV 153.36 51.62 190.51 -
System Red Green Blue C M Y K H S L
Decimal 241 135 18 0 0.44 0.93 0.05 31.48 0.89 0.51
Hex F1 87 12 0 2C 5D 5 1F 59 33
Octal 361 207 22 0 54 135 5 37 131 63
Binary 11110001 10000111 10010 0 101100 1011101 101 11111 1011001 110011

Color Harmonies of #F18712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18712

Black with #F18712

Text Example


Text Example

White with #F18712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18712; }

 p { color: rgb(241,135,18); }

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

background-color css

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

 a { background-color: rgb(241,135,18); }

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

border-color css

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

 span { border-color: rgb(241,135,18); }

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