Html Css Color HEX #FFA64C Sunshade

📋 copy color: '#FFA64C'

red 255 ◦ green 166 ◦ blue 76

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

Shades of Sunshade #FFA64C

Tints of Sunshade #FFA64C

RGB

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

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

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

R = 51.31%
G = 33.4%
B = 15.29%

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

#FFA64C (or 0xFFA64C) is known color: Sunshade. HEX triplet: FF, A6 and 4C. RGB value is (255,166,76). Sum of RGB (Red+Green+Blue) = 255+166+76=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA64C is #0059B3. Grayscale: #B6B6B6. Windows color (decimal): -22964 or 5023487. OLE color: 5023487.

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

Color convert

RGB 255 166 76 -
CMYK 0 0.35 0.70 0
HSL 30.17º 1% 0.65% -
HSV(B) 30.17º 0.7% 1% -
XYZ 56.18 49.05 13.34 -
YUV 182.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 255 166 76 0 0.35 0.70 0 30.17 1 0.65
Hex FF A6 4C 0 23 46 0 1E 64 41
Octal 377 246 114 0 43 106 0 36 144 101
Binary 11111111 10100110 1001100 0 100011 1000110 0 11110 1100100 1000001

Color Harmonies of #FFA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA64C

Black with #FFA64C

Text Example


Text Example

White with #FFA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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