Html Css Color HEX #F58C0E Tangerine

📋 copy color: '#F58C0E'

red 245 ◦ green 140 ◦ blue 14

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

Shades of Tangerine #F58C0E

Tints of Tangerine #F58C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 61.4%
G = 35.09%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F58C0E (or 0xF58C0E) is known color: Tangerine. HEX triplet: F5, 8C and 0E. RGB value is (245,140,14). Sum of RGB (Red+Green+Blue) = 245+140+14=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C0E is #0A73F1. Grayscale: #9D9D9D. Windows color (decimal): -685042 or 953589. OLE color: 953589.

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

Color convert

RGB 245 140 14 -
CMYK 0 0.43 0.94 0.04
HSL 32.73º 0.92% 0.51% -
HSV(B) 32.73º 0.94% 0.96% -
XYZ 47.11 38.2 5.31 -
YUV 157.03 47.29 190.75 -
System Red Green Blue C M Y K H S L
Decimal 245 140 14 0 0.43 0.94 0.04 32.73 0.92 0.51
Hex F5 8C E 0 2B 5E 4 21 5C 33
Octal 365 214 16 0 53 136 4 41 134 63
Binary 11110101 10001100 1110 0 101011 1011110 100 100001 1011100 110011

Color Harmonies of #F58C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C0E

Black with #F58C0E

Text Example


Text Example

White with #F58C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C0E; }

 p { color: rgb(245,140,14); }

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

background-color css

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

 a { background-color: rgb(245,140,14); }

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

border-color css

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

 span { border-color: rgb(245,140,14); }

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