Html Css Color HEX #F58413 Tangerine

📋 copy color: '#F58413'

red 245 ◦ green 132 ◦ blue 19

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

Shades of Tangerine #F58413

Tints of Tangerine #F58413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 4.8%

R = 61.87%
G = 33.33%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58413 (or 0xF58413) is known color: Tangerine. HEX triplet: F5, 84 and 13. RGB value is (245,132,19). Sum of RGB (Red+Green+Blue) = 245+132+19=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F58413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58413 is #0A7BEC. Grayscale: #999999. Windows color (decimal): -687085 or 1279221. OLE color: 1279221.

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

Color convert

RGB 245 132 19 -
CMYK 0 0.46 0.92 0.04
HSL 30º 0.92% 0.52% -
HSV(B) 30º 0.92% 0.96% -
XYZ 46.03 35.96 5.13 -
YUV 152.91 52.44 193.69 -
System Red Green Blue C M Y K H S L
Decimal 245 132 19 0 0.46 0.92 0.04 30 0.92 0.52
Hex F5 84 13 0 2E 5C 4 1E 5C 34
Octal 365 204 23 0 56 134 4 36 134 64
Binary 11110101 10000100 10011 0 101110 1011100 100 11110 1011100 110100

Color Harmonies of #F58413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58413

Black with #F58413

Text Example


Text Example

White with #F58413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58413; }

 p { color: rgb(245,132,19); }

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

background-color css

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

 a { background-color: rgb(245,132,19); }

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

border-color css

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

 span { border-color: rgb(245,132,19); }

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