Html Css Color HEX #F19500 Tangerine

📋 copy color: '#F19500'

red 241 ◦ green 149 ◦ blue 0

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

Shades of Tangerine #F19500

Tints of Tangerine #F19500

RGB

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

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

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

R = 61.79%
G = 38.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F19500 (or 0xF19500) is known color: Tangerine. HEX triplet: F1, 95 and 00. RGB value is (241,149,0). Sum of RGB (Red+Green+Blue) = 241+149+0=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F19500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19500 is #0E6AFF. Grayscale: #A0A0A0. Windows color (decimal): -944896 or 38385. OLE color: 38385.

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

Color convert

RGB 241 149 0 -
CMYK 0 0.38 1 0.05
HSL 37.1º 1% 0.47% -
HSV(B) 37.1º 1% 0.95% -
XYZ 47.02 40.2 5.28 -
YUV 159.52 37.98 186.12 -
System Red Green Blue C M Y K H S L
Decimal 241 149 0 0 0.38 1 0.05 37.1 1 0.47
Hex F1 95 0 0 26 64 5 25 64 2F
Octal 361 225 0 0 46 144 5 45 144 57
Binary 11110001 10010101 0 0 100110 1100100 101 100101 1100100 101111

Color Harmonies of #F19500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19500

Black with #F19500

Text Example


Text Example

White with #F19500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19500; }

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

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

background-color css

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

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

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

border-color css

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

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

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