Html Css Color HEX #FFA31C Dark Tangerine

📋 copy color: '#FFA31C'

red 255 ◦ green 163 ◦ blue 28

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

Shades of Dark Tangerine #FFA31C

Tints of Dark Tangerine #FFA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 57.17%
G = 36.55%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFA31C (or 0xFFA31C) is known color: Dark Tangerine. HEX triplet: FF, A3 and 1C. RGB value is (255,163,28). Sum of RGB (Red+Green+Blue) = 255+163+28=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA31C is #005CE3. Grayscale: #AFAFAF. Windows color (decimal): -23780 or 1876991. OLE color: 1876991.

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

Color convert

RGB 255 163 28 -
CMYK 0 0.36 0.89 0
HSL 35.68º 1% 0.55% -
HSV(B) 35.68º 0.89% 1% -
XYZ 54.55 47.54 7.4 -
YUV 175.12 44.98 184.98 -
System Red Green Blue C M Y K H S L
Decimal 255 163 28 0 0.36 0.89 0 35.68 1 0.55
Hex FF A3 1C 0 24 59 0 24 64 37
Octal 377 243 34 0 44 131 0 44 144 67
Binary 11111111 10100011 11100 0 100100 1011001 0 100100 1100100 110111

Color Harmonies of #FFA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA31C

Black with #FFA31C

Text Example


Text Example

White with #FFA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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