Html Css Color HEX #F19000 Tangerine

📋 copy color: '#F19000'

red 241 ◦ green 144 ◦ blue 0

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

Shades of Tangerine #F19000

Tints of Tangerine #F19000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 62.6%
G = 37.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F19000 (or 0xF19000) is known color: Tangerine. HEX triplet: F1, 90 and 00. RGB value is (241,144,0). Sum of RGB (Red+Green+Blue) = 241+144+0=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F19000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19000 is #0E6FFF. Grayscale: #9D9D9D. Windows color (decimal): -946176 or 37105. OLE color: 37105.

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

Color convert

RGB 241 144 0 -
CMYK 0 0.40 1 0.05
HSL 35.85º 1% 0.47% -
HSV(B) 35.85º 1% 0.95% -
XYZ 46.25 38.65 5.02 -
YUV 156.59 39.64 188.21 -
System Red Green Blue C M Y K H S L
Decimal 241 144 0 0 0.40 1 0.05 35.85 1 0.47
Hex F1 90 0 0 28 64 5 24 64 2F
Octal 361 220 0 0 50 144 5 44 144 57
Binary 11110001 10010000 0 0 101000 1100100 101 100100 1100100 101111

Color Harmonies of #F19000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19000

Black with #F19000

Text Example


Text Example

White with #F19000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19000; }

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

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

background-color css

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

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

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

border-color css

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

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

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