Html Css Color HEX #F58F0E Tangerine

📋 copy color: '#F58F0E'

red 245 ◦ green 143 ◦ blue 14

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

Shades of Tangerine #F58F0E

Tints of Tangerine #F58F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 60.95%
G = 35.57%
B = 3.48%

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

#F58F0E (or 0xF58F0E) is known color: Tangerine. HEX triplet: F5, 8F and 0E. RGB value is (245,143,14). Sum of RGB (Red+Green+Blue) = 245+143+14=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58F0E is #0A70F1. Grayscale: #9F9F9F. Windows color (decimal): -684274 or 954357. OLE color: 954357.

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

Color convert

RGB 245 143 14 -
CMYK 0 0.42 0.94 0.04
HSL 33.51º 0.92% 0.51% -
HSV(B) 33.51º 0.94% 0.96% -
XYZ 47.56 39.09 5.45 -
YUV 158.79 46.29 189.49 -
System Red Green Blue C M Y K H S L
Decimal 245 143 14 0 0.42 0.94 0.04 33.51 0.92 0.51
Hex F5 8F E 0 2A 5E 4 22 5C 33
Octal 365 217 16 0 52 136 4 42 134 63
Binary 11110101 10001111 1110 0 101010 1011110 100 100010 1011100 110011

Color Harmonies of #F58F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58F0E

Black with #F58F0E

Text Example


Text Example

White with #F58F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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