Html Css Color HEX #F5800F Tangerine

📋 copy color: '#F5800F'

red 245 ◦ green 128 ◦ blue 15

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

Shades of Tangerine #F5800F

Tints of Tangerine #F5800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 63.14%
G = 32.99%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5800F (or 0xF5800F) is known color: Tangerine. HEX triplet: F5, 80 and 0F. RGB value is (245,128,15). Sum of RGB (Red+Green+Blue) = 245+128+15=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5800F is #0A7FF0. Grayscale: #969696. Windows color (decimal): -688113 or 1016053. OLE color: 1016053.

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

Color convert

RGB 245 128 15 -
CMYK 0 0.48 0.94 0.04
HSL 29.48º 0.92% 0.51% -
HSV(B) 29.48º 0.94% 0.96% -
XYZ 45.46 34.89 4.79 -
YUV 150.1 51.76 195.69 -
System Red Green Blue C M Y K H S L
Decimal 245 128 15 0 0.48 0.94 0.04 29.48 0.92 0.51
Hex F5 80 F 0 30 5E 4 1D 5C 33
Octal 365 200 17 0 60 136 4 35 134 63
Binary 11110101 10000000 1111 0 110000 1011110 100 11101 1011100 110011

Color Harmonies of #F5800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5800F

Black with #F5800F

Text Example


Text Example

White with #F5800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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