Html Css Color HEX #F58D0E Tangerine

📋 copy color: '#F58D0E'

red 245 ◦ green 141 ◦ blue 14

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

Shades of Tangerine #F58D0E

Tints of Tangerine #F58D0E

RGB

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

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

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

R = 61.25%
G = 35.25%
B = 3.5%

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

#F58D0E (or 0xF58D0E) is known color: Tangerine. HEX triplet: F5, 8D and 0E. RGB value is (245,141,14). Sum of RGB (Red+Green+Blue) = 245+141+14=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58D0E is #0A72F1. Grayscale: #9E9E9E. Windows color (decimal): -684786 or 953845. OLE color: 953845.

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

Color convert

RGB 245 141 14 -
CMYK 0 0.42 0.94 0.04
HSL 32.99º 0.92% 0.51% -
HSV(B) 32.99º 0.94% 0.96% -
XYZ 47.26 38.49 5.35 -
YUV 157.62 46.96 190.33 -
System Red Green Blue C M Y K H S L
Decimal 245 141 14 0 0.42 0.94 0.04 32.99 0.92 0.51
Hex F5 8D E 0 2A 5E 4 21 5C 33
Octal 365 215 16 0 52 136 4 41 134 63
Binary 11110101 10001101 1110 0 101010 1011110 100 100001 1011100 110011

Color Harmonies of #F58D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58D0E

Black with #F58D0E

Text Example


Text Example

White with #F58D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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