Html Css Color HEX #F19501 Tangerine

📋 copy color: '#F19501'

red 241 ◦ green 149 ◦ blue 1

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

Shades of Tangerine #F19501

Tints of Tangerine #F19501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 61.64%
G = 38.11%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F19501 (or 0xF19501) is known color: Tangerine. HEX triplet: F1, 95 and 01. RGB value is (241,149,1). Sum of RGB (Red+Green+Blue) = 241+149+1=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F19501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19501 is #0E6AFE. Grayscale: #A0A0A0. Windows color (decimal): -944895 or 103921. OLE color: 103921.

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

Color convert

RGB 241 149 1 -
CMYK 0 0.38 1.00 0.05
HSL 37º 0.99% 0.47% -
HSV(B) 37º 1% 0.95% -
XYZ 47.03 40.2 5.31 -
YUV 159.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 241 149 1 0 0.38 1.00 0.05 37 0.99 0.47
Hex F1 95 1 0 26 64 5 25 63 2F
Octal 361 225 1 0 46 144 5 45 143 57
Binary 11110001 10010101 1 0 100110 1100100 101 100101 1100011 101111

Color Harmonies of #F19501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19501

Black with #F19501

Text Example


Text Example

White with #F19501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19501; }

 p { color: rgb(241,149,1); }

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

background-color css

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

 a { background-color: rgb(241,149,1); }

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

border-color css

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

 span { border-color: rgb(241,149,1); }

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