Html Css Color HEX #F5810F Tangerine

📋 copy color: '#F5810F'

red 245 ◦ green 129 ◦ blue 15

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

Shades of Tangerine #F5810F

Tints of Tangerine #F5810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 62.98%
G = 33.16%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5810F (or 0xF5810F) is known color: Tangerine. HEX triplet: F5, 81 and 0F. RGB value is (245,129,15). Sum of RGB (Red+Green+Blue) = 245+129+15=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5810F is #0A7EF0. Grayscale: #979797. Windows color (decimal): -687857 or 1016309. OLE color: 1016309.

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

Color convert

RGB 245 129 15 -
CMYK 0 0.47 0.94 0.04
HSL 29.74º 0.92% 0.51% -
HSV(B) 29.74º 0.94% 0.96% -
XYZ 45.59 35.15 4.83 -
YUV 150.69 51.43 195.27 -
System Red Green Blue C M Y K H S L
Decimal 245 129 15 0 0.47 0.94 0.04 29.74 0.92 0.51
Hex F5 81 F 0 2F 5E 4 1E 5C 33
Octal 365 201 17 0 57 136 4 36 134 63
Binary 11110101 10000001 1111 0 101111 1011110 100 11110 1011100 110011

Color Harmonies of #F5810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5810F

Black with #F5810F

Text Example


Text Example

White with #F5810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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