Html Css Color HEX #FFA31F Dark Tangerine

📋 copy color: '#FFA31F'

red 255 ◦ green 163 ◦ blue 31

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

Shades of Dark Tangerine #FFA31F

Tints of Dark Tangerine #FFA31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 56.79%
G = 36.3%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFA31F (or 0xFFA31F) is known color: Dark Tangerine. HEX triplet: FF, A3 and 1F. RGB value is (255,163,31). Sum of RGB (Red+Green+Blue) = 255+163+31=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA31F is #005CE0. Grayscale: #B0B0B0. Windows color (decimal): -23777 or 2073599. OLE color: 2073599.

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

Color convert

RGB 255 163 31 -
CMYK 0 0.36 0.88 0
HSL 35.36º 1% 0.56% -
HSV(B) 35.36º 0.88% 1% -
XYZ 54.58 47.55 7.6 -
YUV 175.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 255 163 31 0 0.36 0.88 0 35.36 1 0.56
Hex FF A3 1F 0 24 58 0 23 64 38
Octal 377 243 37 0 44 130 0 43 144 70
Binary 11111111 10100011 11111 0 100100 1011000 0 100011 1100100 111000

Color Harmonies of #FFA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA31F

Black with #FFA31F

Text Example


Text Example

White with #FFA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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