Html Css Color HEX #FFA64F Sunshade

📋 copy color: '#FFA64F'

red 255 ◦ green 166 ◦ blue 79

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

Shades of Sunshade #FFA64F

Tints of Sunshade #FFA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.8%

R = 51%
G = 33.2%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFA64F (or 0xFFA64F) is known color: Sunshade. HEX triplet: FF, A6 and 4F. RGB value is (255,166,79). Sum of RGB (Red+Green+Blue) = 255+166+79=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA64F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA64F is #0059B0. Grayscale: #B7B7B7. Windows color (decimal): -22961 or 5220095. OLE color: 5220095.

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

Color convert

RGB 255 166 79 -
CMYK 0 0.35 0.69 0
HSL 29.66º 1% 0.65% -
HSV(B) 29.66º 0.69% 1% -
XYZ 56.29 49.1 13.91 -
YUV 182.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 255 166 79 0 0.35 0.69 0 29.66 1 0.65
Hex FF A6 4F 0 23 45 0 1E 64 41
Octal 377 246 117 0 43 105 0 36 144 101
Binary 11111111 10100110 1001111 0 100011 1000101 0 11110 1100100 1000001

Color Harmonies of #FFA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA64F

Black with #FFA64F

Text Example


Text Example

White with #FFA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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