Html Css Color HEX #FFA040 Sunshade

📋 copy color: '#FFA040'

red 255 ◦ green 160 ◦ blue 64

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

Shades of Sunshade #FFA040

Tints of Sunshade #FFA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 53.24%
G = 33.4%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFA040 (or 0xFFA040) is known color: Sunshade. HEX triplet: FF, A0 and 40. RGB value is (255,160,64). Sum of RGB (Red+Green+Blue) = 255+160+64=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA040 is #005FBF. Grayscale: #B1B1B1. Windows color (decimal): -24512 or 4235519. OLE color: 4235519.

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

Color convert

RGB 255 160 64 -
CMYK 0 0.37 0.75 0
HSL 30.16º 1% 0.63% -
HSV(B) 30.16º 0.75% 1% -
XYZ 54.74 46.77 10.99 -
YUV 177.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 255 160 64 0 0.37 0.75 0 30.16 1 0.63
Hex FF A0 40 0 25 4B 0 1E 64 3F
Octal 377 240 100 0 45 113 0 36 144 77
Binary 11111111 10100000 1000000 0 100101 1001011 0 11110 1100100 111111

Color Harmonies of #FFA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA040

Black with #FFA040

Text Example


Text Example

White with #FFA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA040; }

 p { color: rgb(255,160,64); }

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

background-color css

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

 a { background-color: rgb(255,160,64); }

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

border-color css

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

 span { border-color: rgb(255,160,64); }

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