Html Css Color HEX #F18500 Tangerine

📋 copy color: '#F18500'

red 241 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #F18500

Tints of Tangerine #F18500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 64.44%
G = 35.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F18500 (or 0xF18500) is known color: Tangerine. HEX triplet: F1, 85 and 00. RGB value is (241,133,0). Sum of RGB (Red+Green+Blue) = 241+133+0=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F18500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18500 is #0E7AFF. Grayscale: #969696. Windows color (decimal): -948992 or 34289. OLE color: 34289.

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

Color convert

RGB 241 133 0 -
CMYK 0 0.45 1 0.05
HSL 33.11º 1% 0.47% -
HSV(B) 33.11º 1% 0.95% -
XYZ 44.66 35.48 4.49 -
YUV 150.13 43.28 192.81 -
System Red Green Blue C M Y K H S L
Decimal 241 133 0 0 0.45 1 0.05 33.11 1 0.47
Hex F1 85 0 0 2D 64 5 21 64 2F
Octal 361 205 0 0 55 144 5 41 144 57
Binary 11110001 10000101 0 0 101101 1100100 101 100001 1100100 101111

Color Harmonies of #F18500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18500

Black with #F18500

Text Example


Text Example

White with #F18500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18500; }

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

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

background-color css

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

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

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

border-color css

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

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

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