Html Css Color HEX #F58801 Tangerine

📋 copy color: '#F58801'

red 245 ◦ green 136 ◦ blue 1

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

Shades of Tangerine #F58801

Tints of Tangerine #F58801

RGB

 RED value IS 245 (96.09% from 255) = 64.14%

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 64.14%
G = 35.6%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F58801 (or 0xF58801) is known color: Tangerine. HEX triplet: F5, 88 and 01. RGB value is (245,136,1). Sum of RGB (Red+Green+Blue) = 245+136+1=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F58801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58801 is #0A77FE. Grayscale: #999999. Windows color (decimal): -686079 or 100597. OLE color: 100597.

HSL color Cylindrical-coordinate representation of color #F58801: hue angle of 33.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F58801 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 1 -
CMYK 0 0.44 1.00 0.04
HSL 33.2º 0.99% 0.48% -
HSV(B) 33.2º 1% 0.96% -
XYZ 46.47 37.02 4.73 -
YUV 153.2 42.11 193.48 -
System Red Green Blue C M Y K H S L
Decimal 245 136 1 0 0.44 1.00 0.04 33.2 0.99 0.48
Hex F5 88 1 0 2C 64 4 21 63 30
Octal 365 210 1 0 54 144 4 41 143 60
Binary 11110101 10001000 1 0 101100 1100100 100 100001 1100011 110000

Color Harmonies of #F58801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58801

Black with #F58801

Text Example


Text Example

White with #F58801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58801; }

 p { color: rgb(245,136,1); }

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

background-color css

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

 a { background-color: rgb(245,136,1); }

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

border-color css

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

 span { border-color: rgb(245,136,1); }

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