Html Css Color HEX #FAA64A Sunshade

📋 copy color: '#FAA64A'

red 250 ◦ green 166 ◦ blue 74

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

Shades of Sunshade #FAA64A

Tints of Sunshade #FAA64A

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 51.02%
G = 33.88%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAA64A (or 0xFAA64A) is known color: Sunshade. HEX triplet: FA, A6 and 4A. RGB value is (250,166,74). Sum of RGB (Red+Green+Blue) = 250+166+74=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA64A is #0559B5. Grayscale: #B5B5B5. Windows color (decimal): -350646 or 4892410. OLE color: 4892410.

HSL color Cylindrical-coordinate representation of color #FAA64A: hue angle of 31.36º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAA64A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 74 -
CMYK 0 0.34 0.70 0.02
HSL 31.36º 0.95% 0.64% -
HSV(B) 31.36º 0.7% 0.98% -
XYZ 54.3 48.09 12.9 -
YUV 180.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 250 166 74 0 0.34 0.70 0.02 31.36 0.95 0.64
Hex FA A6 4A 0 22 46 2 1F 5F 40
Octal 372 246 112 0 42 106 2 37 137 100
Binary 11111010 10100110 1001010 0 100010 1000110 10 11111 1011111 1000000

Color Harmonies of #FAA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA64A

Black with #FAA64A

Text Example


Text Example

White with #FAA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA64A; }

 p { color: rgb(250,166,74); }

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

background-color css

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

 a { background-color: rgb(250,166,74); }

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

border-color css

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

 span { border-color: rgb(250,166,74); }

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