Html Css Color HEX #FFA349 Sunshade

📋 copy color: '#FFA349'

red 255 ◦ green 163 ◦ blue 73

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

Shades of Sunshade #FFA349

Tints of Sunshade #FFA349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 51.93%
G = 33.2%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFA349 (or 0xFFA349) is known color: Sunshade. HEX triplet: FF, A3 and 49. RGB value is (255,163,73). Sum of RGB (Red+Green+Blue) = 255+163+73=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA349 is #005CB6. Grayscale: #B4B4B4. Windows color (decimal): -23735 or 4826111. OLE color: 4826111.

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

Color convert

RGB 255 163 73 -
CMYK 0 0.36 0.71 0
HSL 29.67º 1% 0.64% -
HSV(B) 29.67º 0.71% 1% -
XYZ 55.54 47.94 12.63 -
YUV 180.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 255 163 73 0 0.36 0.71 0 29.67 1 0.64
Hex FF A3 49 0 24 47 0 1E 64 40
Octal 377 243 111 0 44 107 0 36 144 100
Binary 11111111 10100011 1001001 0 100100 1000111 0 11110 1100100 1000000

Color Harmonies of #FFA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA349

Black with #FFA349

Text Example


Text Example

White with #FFA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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