Html Css Color HEX #F18B0D Tangerine

📋 copy color: '#F18B0D'

red 241 ◦ green 139 ◦ blue 13

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

Shades of Tangerine #F18B0D

Tints of Tangerine #F18B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 61.32%
G = 35.37%
B = 3.31%

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

#F18B0D (or 0xF18B0D) is known color: Tangerine. HEX triplet: F1, 8B and 0D. RGB value is (241,139,13). Sum of RGB (Red+Green+Blue) = 241+139+13=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18B0D is #0E74F2. Grayscale: #9B9B9B. Windows color (decimal): -947443 or 887793. OLE color: 887793.

HSL color Cylindrical-coordinate representation of color #F18B0D: hue angle of 33.16º degrees, saturation: 0.9, 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 #F18B0D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 13 -
CMYK 0 0.42 0.95 0.05
HSL 33.16º 0.9% 0.5% -
HSV(B) 33.16º 0.95% 0.95% -
XYZ 45.58 37.2 5.16 -
YUV 155.13 47.79 189.25 -
System Red Green Blue C M Y K H S L
Decimal 241 139 13 0 0.42 0.95 0.05 33.16 0.9 0.5
Hex F1 8B D 0 2A 5F 5 21 5A 32
Octal 361 213 15 0 52 137 5 41 132 62
Binary 11110001 10001011 1101 0 101010 1011111 101 100001 1011010 110010

Color Harmonies of #F18B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B0D

Black with #F18B0D

Text Example


Text Example

White with #F18B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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