Html Css Color HEX #F5A41E Dark Tangerine

📋 copy color: '#F5A41E'

red 245 ◦ green 164 ◦ blue 30

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

Shades of Dark Tangerine #F5A41E

Tints of Dark Tangerine #F5A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 55.81%
G = 37.36%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5A41E (or 0xF5A41E) is known color: Dark Tangerine. HEX triplet: F5, A4 and 1E. RGB value is (245,164,30). Sum of RGB (Red+Green+Blue) = 245+164+30=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A41E is #0A5BE1. Grayscale: #ADADAD. Windows color (decimal): -678882 or 2008309. OLE color: 2008309.

HSL color Cylindrical-coordinate representation of color #F5A41E: hue angle of 37.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5A41E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 30 -
CMYK 0 0.33 0.88 0.04
HSL 37.4º 0.91% 0.54% -
HSV(B) 37.4º 0.88% 0.96% -
XYZ 51.17 46.06 7.42 -
YUV 172.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 245 164 30 0 0.33 0.88 0.04 37.4 0.91 0.54
Hex F5 A4 1E 0 21 58 4 25 5B 36
Octal 365 244 36 0 41 130 4 45 133 66
Binary 11110101 10100100 11110 0 100001 1011000 100 100101 1011011 110110

Color Harmonies of #F5A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A41E

Black with #F5A41E

Text Example


Text Example

White with #F5A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A41E; }

 p { color: rgb(245,164,30); }

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

background-color css

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

 a { background-color: rgb(245,164,30); }

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

border-color css

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

 span { border-color: rgb(245,164,30); }

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