Html Css Color HEX #F5810C Tangerine

📋 copy color: '#F5810C'

red 245 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #F5810C

Tints of Tangerine #F5810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.11%

R = 63.47%
G = 33.42%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5810C (or 0xF5810C) is known color: Tangerine. HEX triplet: F5, 81 and 0C. RGB value is (245,129,12). Sum of RGB (Red+Green+Blue) = 245+129+12=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5810C is #0A7EF3. Grayscale: #969696. Windows color (decimal): -687860 or 819701. OLE color: 819701.

HSL color Cylindrical-coordinate representation of color #F5810C: 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.95%. Process color model (Four color, CMYK) of #F5810C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 12 -
CMYK 0 0.47 0.95 0.04
HSL 30.13º 0.92% 0.5% -
HSV(B) 30.13º 0.95% 0.96% -
XYZ 45.57 35.14 4.73 -
YUV 150.35 49.93 195.51 -
System Red Green Blue C M Y K H S L
Decimal 245 129 12 0 0.47 0.95 0.04 30.13 0.92 0.5
Hex F5 81 C 0 2F 5F 4 1E 5C 32
Octal 365 201 14 0 57 137 4 36 134 62
Binary 11110101 10000001 1100 0 101111 1011111 100 11110 1011100 110010

Color Harmonies of #F5810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5810C

Black with #F5810C

Text Example


Text Example

White with #F5810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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