Html Css Color HEX #FFA31A Dark Tangerine

📋 copy color: '#FFA31A'

red 255 ◦ green 163 ◦ blue 26

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

Shades of Dark Tangerine #FFA31A

Tints of Dark Tangerine #FFA31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 57.43%
G = 36.71%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFA31A (or 0xFFA31A) is known color: Dark Tangerine. HEX triplet: FF, A3 and 1A. RGB value is (255,163,26). Sum of RGB (Red+Green+Blue) = 255+163+26=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA31A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA31A is #005CE5. Grayscale: #AFAFAF. Windows color (decimal): -23782 or 1745919. OLE color: 1745919.

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

Color convert

RGB 255 163 26 -
CMYK 0 0.36 0.90 0
HSL 35.9º 1% 0.55% -
HSV(B) 35.9º 0.9% 1% -
XYZ 54.52 47.53 7.28 -
YUV 174.89 43.98 185.14 -
System Red Green Blue C M Y K H S L
Decimal 255 163 26 0 0.36 0.90 0 35.9 1 0.55
Hex FF A3 1A 0 24 5A 0 24 64 37
Octal 377 243 32 0 44 132 0 44 144 67
Binary 11111111 10100011 11010 0 100100 1011010 0 100100 1100100 110111

Color Harmonies of #FFA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA31A

Black with #FFA31A

Text Example


Text Example

White with #FFA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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