Html Css Color HEX #F5800A Tangerine

📋 copy color: '#F5800A'

red 245 ◦ green 128 ◦ blue 10

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

Shades of Tangerine #F5800A

Tints of Tangerine #F5800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 63.97%
G = 33.42%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5800A (or 0xF5800A) is known color: Tangerine. HEX triplet: F5, 80 and 0A. RGB value is (245,128,10). Sum of RGB (Red+Green+Blue) = 245+128+10=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F5800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5800A is #0A7FF5. Grayscale: #969696. Windows color (decimal): -688118 or 688373. OLE color: 688373.

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

Color convert

RGB 245 128 10 -
CMYK 0 0.48 0.96 0.04
HSL 30.13º 0.92% 0.5% -
HSV(B) 30.13º 0.96% 0.96% -
XYZ 45.43 34.87 4.62 -
YUV 149.53 49.26 196.09 -
System Red Green Blue C M Y K H S L
Decimal 245 128 10 0 0.48 0.96 0.04 30.13 0.92 0.5
Hex F5 80 A 0 30 60 4 1E 5C 32
Octal 365 200 12 0 60 140 4 36 134 62
Binary 11110101 10000000 1010 0 110000 1100000 100 11110 1011100 110010

Color Harmonies of #F5800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5800A

Black with #F5800A

Text Example


Text Example

White with #F5800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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