Html Css Color HEX #FFA310 Dark Tangerine

📋 copy color: '#FFA310'

red 255 ◦ green 163 ◦ blue 16

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

Shades of Dark Tangerine #FFA310

Tints of Dark Tangerine #FFA310

RGB

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

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

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

R = 58.76%
G = 37.56%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA310 (or 0xFFA310) is known color: Dark Tangerine. HEX triplet: FF, A3 and 10. RGB value is (255,163,16). Sum of RGB (Red+Green+Blue) = 255+163+16=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA310 is #005CEF. Grayscale: #AEAEAE. Windows color (decimal): -23792 or 1090559. OLE color: 1090559.

HSL color Cylindrical-coordinate representation of color #FFA310: hue angle of 36.9º 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 #FFA310 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 16 -
CMYK 0 0.36 0.94 0
HSL 36.9º 1% 0.53% -
HSV(B) 36.9º 0.94% 1% -
XYZ 54.43 47.49 6.79 -
YUV 173.75 38.98 185.95 -
System Red Green Blue C M Y K H S L
Decimal 255 163 16 0 0.36 0.94 0 36.9 1 0.53
Hex FF A3 10 0 24 5E 0 25 64 35
Octal 377 243 20 0 44 136 0 45 144 65
Binary 11111111 10100011 10000 0 100100 1011110 0 100101 1100100 110101

Color Harmonies of #FFA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA310

Black with #FFA310

Text Example


Text Example

White with #FFA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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