Html Css Color HEX #F58010 Tangerine

📋 copy color: '#F58010'

red 245 ◦ green 128 ◦ blue 16

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

Shades of Tangerine #F58010

Tints of Tangerine #F58010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 62.98%
G = 32.9%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F58010 (or 0xF58010) is known color: Tangerine. HEX triplet: F5, 80 and 10. RGB value is (245,128,16). Sum of RGB (Red+Green+Blue) = 245+128+16=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F58010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58010 is #0A7FEF. Grayscale: #969696. Windows color (decimal): -688112 or 1081589. OLE color: 1081589.

HSL color Cylindrical-coordinate representation of color #F58010: hue angle of 29.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58010 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 16 -
CMYK 0 0.48 0.93 0.04
HSL 29.34º 0.92% 0.51% -
HSV(B) 29.34º 0.93% 0.96% -
XYZ 45.47 34.89 4.83 -
YUV 150.22 52.26 195.61 -
System Red Green Blue C M Y K H S L
Decimal 245 128 16 0 0.48 0.93 0.04 29.34 0.92 0.51
Hex F5 80 10 0 30 5D 4 1D 5C 33
Octal 365 200 20 0 60 135 4 35 134 63
Binary 11110101 10000000 10000 0 110000 1011101 100 11101 1011100 110011

Color Harmonies of #F58010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58010

Black with #F58010

Text Example


Text Example

White with #F58010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58010; }

 p { color: rgb(245,128,16); }

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

background-color css

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

 a { background-color: rgb(245,128,16); }

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

border-color css

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

 span { border-color: rgb(245,128,16); }

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