Html Css Color HEX #F18612 Tangerine

📋 copy color: '#F18612'

red 241 ◦ green 134 ◦ blue 18

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

Shades of Tangerine #F18612

Tints of Tangerine #F18612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 61.32%
G = 34.1%
B = 4.58%

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

#F18612 (or 0xF18612) is known color: Tangerine. HEX triplet: F1, 86 and 12. RGB value is (241,134,18). Sum of RGB (Red+Green+Blue) = 241+134+18=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18612 is #0E79ED. Grayscale: #999999. Windows color (decimal): -948718 or 1214193. OLE color: 1214193.

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

Color convert

RGB 241 134 18 -
CMYK 0 0.44 0.93 0.05
HSL 31.21º 0.89% 0.51% -
HSV(B) 31.21º 0.93% 0.95% -
XYZ 44.91 35.79 5.11 -
YUV 152.77 51.95 190.93 -
System Red Green Blue C M Y K H S L
Decimal 241 134 18 0 0.44 0.93 0.05 31.21 0.89 0.51
Hex F1 86 12 0 2C 5D 5 1F 59 33
Octal 361 206 22 0 54 135 5 37 131 63
Binary 11110001 10000110 10010 0 101100 1011101 101 11111 1011001 110011

Color Harmonies of #F18612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18612

Black with #F18612

Text Example


Text Example

White with #F18612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18612; }

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

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

background-color css

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

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

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

border-color css

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

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

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