Html Css Color HEX #F58301 Tangerine

📋 copy color: '#F58301'

red 245 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #F58301

Tints of Tangerine #F58301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 64.99%
G = 34.75%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F58301 (or 0xF58301) is known color: Tangerine. HEX triplet: F5, 83 and 01. RGB value is (245,131,1). Sum of RGB (Red+Green+Blue) = 245+131+1=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F58301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58301 is #0A7CFE. Grayscale: #969696. Windows color (decimal): -687359 or 99317. OLE color: 99317.

HSL color Cylindrical-coordinate representation of color #F58301: hue angle of 31.97º 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 #F58301 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 1 -
CMYK 0 0.47 1.00 0.04
HSL 31.97º 0.99% 0.48% -
HSV(B) 31.97º 1% 0.96% -
XYZ 45.78 35.65 4.5 -
YUV 150.27 43.77 195.57 -
System Red Green Blue C M Y K H S L
Decimal 245 131 1 0 0.47 1.00 0.04 31.97 0.99 0.48
Hex F5 83 1 0 2F 64 4 20 63 30
Octal 365 203 1 0 57 144 4 40 143 60
Binary 11110101 10000011 1 0 101111 1100100 100 100000 1100011 110000

Color Harmonies of #F58301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58301

Black with #F58301

Text Example


Text Example

White with #F58301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58301; }

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

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

background-color css

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

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

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

border-color css

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

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

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