Html Css Color HEX #FFA314 Dark Tangerine

📋 copy color: '#FFA314'

red 255 ◦ green 163 ◦ blue 20

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

Shades of Dark Tangerine #FFA314

Tints of Dark Tangerine #FFA314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 58.22%
G = 37.21%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA314 (or 0xFFA314) is known color: Dark Tangerine. HEX triplet: FF, A3 and 14. RGB value is (255,163,20). Sum of RGB (Red+Green+Blue) = 255+163+20=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA314 is #005CEB. Grayscale: #AEAEAE. Windows color (decimal): -23788 or 1352703. OLE color: 1352703.

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

Color convert

RGB 255 163 20 -
CMYK 0 0.36 0.92 0
HSL 36.51º 1% 0.54% -
HSV(B) 36.51º 0.92% 1% -
XYZ 54.46 47.5 6.96 -
YUV 174.21 40.98 185.63 -
System Red Green Blue C M Y K H S L
Decimal 255 163 20 0 0.36 0.92 0 36.51 1 0.54
Hex FF A3 14 0 24 5C 0 25 64 36
Octal 377 243 24 0 44 134 0 45 144 66
Binary 11111111 10100011 10100 0 100100 1011100 0 100101 1100100 110110

Color Harmonies of #FFA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA314

Black with #FFA314

Text Example


Text Example

White with #FFA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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