Html Css Color HEX #F18B0C Tangerine

📋 copy color: '#F18B0C'

red 241 ◦ green 139 ◦ blue 12

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

Shades of Tangerine #F18B0C

Tints of Tangerine #F18B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 61.48%
G = 35.46%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F18B0C (or 0xF18B0C) is known color: Tangerine. HEX triplet: F1, 8B and 0C. RGB value is (241,139,12). Sum of RGB (Red+Green+Blue) = 241+139+12=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18B0C is #0E74F3. Grayscale: #9B9B9B. Windows color (decimal): -947444 or 822257. OLE color: 822257.

HSL color Cylindrical-coordinate representation of color #F18B0C: hue angle of 33.28º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F18B0C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 12 -
CMYK 0 0.42 0.95 0.05
HSL 33.28º 0.91% 0.5% -
HSV(B) 33.28º 0.95% 0.95% -
XYZ 45.57 37.19 5.12 -
YUV 155.02 47.29 189.33 -
System Red Green Blue C M Y K H S L
Decimal 241 139 12 0 0.42 0.95 0.05 33.28 0.91 0.5
Hex F1 8B C 0 2A 5F 5 21 5B 32
Octal 361 213 14 0 52 137 5 41 133 62
Binary 11110001 10001011 1100 0 101010 1011111 101 100001 1011011 110010

Color Harmonies of #F18B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B0C

Black with #F18B0C

Text Example


Text Example

White with #F18B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B0C; }

 p { color: rgb(241,139,12); }

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

background-color css

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

 a { background-color: rgb(241,139,12); }

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

border-color css

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

 span { border-color: rgb(241,139,12); }

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