Html Css Color HEX #F18D00 Tangerine

📋 copy color: '#F18D00'

red 241 ◦ green 141 ◦ blue 0

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

Shades of Tangerine #F18D00

Tints of Tangerine #F18D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.09%
G = 36.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F18D00 (or 0xF18D00) is known color: Tangerine. HEX triplet: F1, 8D and 00. RGB value is (241,141,0). Sum of RGB (Red+Green+Blue) = 241+141+0=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D00 is #0E72FF. Grayscale: #9B9B9B. Windows color (decimal): -946944 or 36337. OLE color: 36337.

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

Color convert

RGB 241 141 0 -
CMYK 0 0.41 1 0.05
HSL 35.1º 1% 0.47% -
HSV(B) 35.1º 1% 0.95% -
XYZ 45.8 37.75 4.87 -
YUV 154.83 40.63 189.46 -
System Red Green Blue C M Y K H S L
Decimal 241 141 0 0 0.41 1 0.05 35.1 1 0.47
Hex F1 8D 0 0 29 64 5 23 64 2F
Octal 361 215 0 0 51 144 5 43 144 57
Binary 11110001 10001101 0 0 101001 1100100 101 100011 1100100 101111

Color Harmonies of #F18D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D00

Black with #F18D00

Text Example


Text Example

White with #F18D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D00; }

 p { color: rgb(241,141,0); }

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

background-color css

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

 a { background-color: rgb(241,141,0); }

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

border-color css

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

 span { border-color: rgb(241,141,0); }

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