Html Css Color HEX #FFA64D Sunshade

📋 copy color: '#FFA64D'

red 255 ◦ green 166 ◦ blue 77

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

Shades of Sunshade #FFA64D

Tints of Sunshade #FFA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 51.2%
G = 33.33%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFA64D (or 0xFFA64D) is known color: Sunshade. HEX triplet: FF, A6 and 4D. RGB value is (255,166,77). Sum of RGB (Red+Green+Blue) = 255+166+77=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA64D is #0059B2. Grayscale: #B6B6B6. Windows color (decimal): -22963 or 5089023. OLE color: 5089023.

HSL color Cylindrical-coordinate representation of color #FFA64D: hue angle of 30º 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 #FFA64D is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 77 -
CMYK 0 0.35 0.70 0
HSL 30º 1% 0.65% -
HSV(B) 30º 0.7% 1% -
XYZ 56.22 49.07 13.53 -
YUV 182.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 255 166 77 0 0.35 0.70 0 30 1 0.65
Hex FF A6 4D 0 23 46 0 1E 64 41
Octal 377 246 115 0 43 106 0 36 144 101
Binary 11111111 10100110 1001101 0 100011 1000110 0 11110 1100100 1000001

Color Harmonies of #FFA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA64D

Black with #FFA64D

Text Example


Text Example

White with #FFA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA64D; }

 p { color: rgb(255,166,77); }

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

background-color css

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

 a { background-color: rgb(255,166,77); }

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

border-color css

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

 span { border-color: rgb(255,166,77); }

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