Html Css Color HEX #F58705 Tangerine

📋 copy color: '#F58705'

red 245 ◦ green 135 ◦ blue 5

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

Shades of Tangerine #F58705

Tints of Tangerine #F58705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 63.64%
G = 35.06%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F58705 (or 0xF58705) is known color: Tangerine. HEX triplet: F5, 87 and 05. RGB value is (245,135,5). Sum of RGB (Red+Green+Blue) = 245+135+5=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F58705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58705 is #0A78FA. Grayscale: #999999. Windows color (decimal): -686331 or 362485. OLE color: 362485.

HSL color Cylindrical-coordinate representation of color #F58705: hue angle of 32.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F58705 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 135 5 -
CMYK 0 0.45 0.98 0.04
HSL 32.5º 0.96% 0.49% -
HSV(B) 32.5º 0.98% 0.96% -
XYZ 46.35 36.75 4.79 -
YUV 153.07 44.44 193.57 -
System Red Green Blue C M Y K H S L
Decimal 245 135 5 0 0.45 0.98 0.04 32.5 0.96 0.49
Hex F5 87 5 0 2D 62 4 20 60 31
Octal 365 207 5 0 55 142 4 40 140 61
Binary 11110101 10000111 101 0 101101 1100010 100 100000 1100000 110001

Color Harmonies of #F58705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58705

Black with #F58705

Text Example


Text Example

White with #F58705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58705; }

 p { color: rgb(245,135,5); }

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

background-color css

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

 a { background-color: rgb(245,135,5); }

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

border-color css

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

 span { border-color: rgb(245,135,5); }

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