Html Css Color HEX #FFA04C Sunshade

📋 copy color: '#FFA04C'

red 255 ◦ green 160 ◦ blue 76

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

Shades of Sunshade #FFA04C

Tints of Sunshade #FFA04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.48%

R = 51.93%
G = 32.59%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFA04C (or 0xFFA04C) is known color: Sunshade. HEX triplet: FF, A0 and 4C. RGB value is (255,160,76). Sum of RGB (Red+Green+Blue) = 255+160+76=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA04C is #005FB3. Grayscale: #B3B3B3. Windows color (decimal): -24500 or 5021951. OLE color: 5021951.

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

Color convert

RGB 255 160 76 -
CMYK 0 0.37 0.70 0
HSL 28.16º 1% 0.65% -
HSV(B) 28.16º 0.7% 1% -
XYZ 55.12 46.92 12.99 -
YUV 178.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 255 160 76 0 0.37 0.70 0 28.16 1 0.65
Hex FF A0 4C 0 25 46 0 1C 64 41
Octal 377 240 114 0 45 106 0 34 144 101
Binary 11111111 10100000 1001100 0 100101 1000110 0 11100 1100100 1000001

Color Harmonies of #FFA04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA04C

Black with #FFA04C

Text Example


Text Example

White with #FFA04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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