Html Css Color HEX #F5A320 Dark Tangerine

📋 copy color: '#F5A320'

red 245 ◦ green 163 ◦ blue 32

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

Shades of Dark Tangerine #F5A320

Tints of Dark Tangerine #F5A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 55.68%
G = 37.05%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5A320 (or 0xF5A320) is known color: Dark Tangerine. HEX triplet: F5, A3 and 20. RGB value is (245,163,32). Sum of RGB (Red+Green+Blue) = 245+163+32=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A320 is #0A5CDF. Grayscale: #ADADAD. Windows color (decimal): -679136 or 2139125. OLE color: 2139125.

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

Color convert

RGB 245 163 32 -
CMYK 0 0.33 0.87 0.04
HSL 36.9º 0.91% 0.54% -
HSV(B) 36.9º 0.87% 0.96% -
XYZ 51.01 45.71 7.5 -
YUV 172.58 48.67 179.65 -
System Red Green Blue C M Y K H S L
Decimal 245 163 32 0 0.33 0.87 0.04 36.9 0.91 0.54
Hex F5 A3 20 0 21 57 4 25 5B 36
Octal 365 243 40 0 41 127 4 45 133 66
Binary 11110101 10100011 100000 0 100001 1010111 100 100101 1011011 110110

Color Harmonies of #F5A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A320

Black with #F5A320

Text Example


Text Example

White with #F5A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A320; }

 p { color: rgb(245,163,32); }

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

background-color css

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

 a { background-color: rgb(245,163,32); }

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

border-color css

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

 span { border-color: rgb(245,163,32); }

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