Html Css Color HEX #F5A114 Dark Tangerine

📋 copy color: '#F5A114'

red 245 ◦ green 161 ◦ blue 20

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

Shades of Dark Tangerine #F5A114

Tints of Dark Tangerine #F5A114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 57.51%
G = 37.79%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5A114 (or 0xF5A114) is known color: Dark Tangerine. HEX triplet: F5, A1 and 14. RGB value is (245,161,20). Sum of RGB (Red+Green+Blue) = 245+161+20=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A114 is #0A5EEB. Grayscale: #AAAAAA. Windows color (decimal): -679660 or 1352181. OLE color: 1352181.

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

Color convert

RGB 245 161 20 -
CMYK 0 0.34 0.92 0.04
HSL 37.6º 0.92% 0.52% -
HSV(B) 37.6º 0.92% 0.96% -
XYZ 50.53 44.95 6.68 -
YUV 170.04 43.33 181.46 -
System Red Green Blue C M Y K H S L
Decimal 245 161 20 0 0.34 0.92 0.04 37.6 0.92 0.52
Hex F5 A1 14 0 22 5C 4 26 5C 34
Octal 365 241 24 0 42 134 4 46 134 64
Binary 11110101 10100001 10100 0 100010 1011100 100 100110 1011100 110100

Color Harmonies of #F5A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A114

Black with #F5A114

Text Example


Text Example

White with #F5A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A114; }

 p { color: rgb(245,161,20); }

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

background-color css

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

 a { background-color: rgb(245,161,20); }

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

border-color css

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

 span { border-color: rgb(245,161,20); }

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