Html Css Color HEX #F58D0F Tangerine

📋 copy color: '#F58D0F'

red 245 ◦ green 141 ◦ blue 15

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

Shades of Tangerine #F58D0F

Tints of Tangerine #F58D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 61.1%
G = 35.16%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F58D0F (or 0xF58D0F) is known color: Tangerine. HEX triplet: F5, 8D and 0F. RGB value is (245,141,15). Sum of RGB (Red+Green+Blue) = 245+141+15=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58D0F is #0A72F0. Grayscale: #9E9E9E. Windows color (decimal): -684785 or 1019381. OLE color: 1019381.

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

Color convert

RGB 245 141 15 -
CMYK 0 0.42 0.94 0.04
HSL 32.87º 0.92% 0.51% -
HSV(B) 32.87º 0.94% 0.96% -
XYZ 47.27 38.5 5.39 -
YUV 157.73 47.46 190.25 -
System Red Green Blue C M Y K H S L
Decimal 245 141 15 0 0.42 0.94 0.04 32.87 0.92 0.51
Hex F5 8D F 0 2A 5E 4 21 5C 33
Octal 365 215 17 0 52 136 4 41 134 63
Binary 11110101 10001101 1111 0 101010 1011110 100 100001 1011100 110011

Color Harmonies of #F58D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58D0F

Black with #F58D0F

Text Example


Text Example

White with #F58D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58D0F; }

 p { color: rgb(245,141,15); }

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

background-color css

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

 a { background-color: rgb(245,141,15); }

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

border-color css

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

 span { border-color: rgb(245,141,15); }

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