Html Css Color HEX #FFA510 Dark Tangerine

📋 copy color: '#FFA510'

red 255 ◦ green 165 ◦ blue 16

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

Shades of Dark Tangerine #FFA510

Tints of Dark Tangerine #FFA510

RGB

 RED value IS 255 (100% from 255) = 58.49%

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

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

R = 58.49%
G = 37.84%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA510 (or 0xFFA510) is known color: Dark Tangerine. HEX triplet: FF, A5 and 10. RGB value is (255,165,16). Sum of RGB (Red+Green+Blue) = 255+165+16=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA510 is #005AEF. Grayscale: #AFAFAF. Windows color (decimal): -23280 or 1091071. OLE color: 1091071.

HSL color Cylindrical-coordinate representation of color #FFA510: hue angle of 37.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFA510 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 16 -
CMYK 0 0.35 0.94 0
HSL 37.41º 1% 0.53% -
HSV(B) 37.41º 0.94% 1% -
XYZ 54.79 48.21 6.91 -
YUV 174.92 38.32 185.12 -
System Red Green Blue C M Y K H S L
Decimal 255 165 16 0 0.35 0.94 0 37.41 1 0.53
Hex FF A5 10 0 23 5E 0 25 64 35
Octal 377 245 20 0 43 136 0 45 144 65
Binary 11111111 10100101 10000 0 100011 1011110 0 100101 1100100 110101

Color Harmonies of #FFA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA510

Black with #FFA510

Text Example


Text Example

White with #FFA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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