Html Css Color HEX #F5A510 Dark Tangerine

📋 copy color: '#F5A510'

red 245 ◦ green 165 ◦ blue 16

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

Shades of Dark Tangerine #F5A510

Tints of Dark Tangerine #F5A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 57.51%
G = 38.73%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5A510 (or 0xF5A510) is known color: Dark Tangerine. HEX triplet: F5, A5 and 10. RGB value is (245,165,16). Sum of RGB (Red+Green+Blue) = 245+165+16=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A510 is #0A5AEF. Grayscale: #ACACAC. Windows color (decimal): -678640 or 1091061. OLE color: 1091061.

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

Color convert

RGB 245 165 16 -
CMYK 0 0.33 0.93 0.04
HSL 39.04º 0.92% 0.51% -
HSV(B) 39.04º 0.93% 0.96% -
XYZ 51.2 46.36 6.74 -
YUV 171.93 40 180.12 -
System Red Green Blue C M Y K H S L
Decimal 245 165 16 0 0.33 0.93 0.04 39.04 0.92 0.51
Hex F5 A5 10 0 21 5D 4 27 5C 33
Octal 365 245 20 0 41 135 4 47 134 63
Binary 11110101 10100101 10000 0 100001 1011101 100 100111 1011100 110011

Color Harmonies of #F5A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A510

Black with #F5A510

Text Example


Text Example

White with #F5A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A510; }

 p { color: rgb(245,165,16); }

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

background-color css

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

 a { background-color: rgb(245,165,16); }

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

border-color css

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

 span { border-color: rgb(245,165,16); }

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