Html Css Color HEX #FAA546 Sunshade

📋 copy color: '#FAA546'

red 250 ◦ green 165 ◦ blue 70

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

Shades of Sunshade #FAA546

Tints of Sunshade #FAA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

 BLUE value IS 70 (27.73% from 255) = 14.43%

R = 51.55%
G = 34.02%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAA546 (or 0xFAA546) is known color: Sunshade. HEX triplet: FA, A5 and 46. RGB value is (250,165,70). Sum of RGB (Red+Green+Blue) = 250+165+70=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA546 is #055AB9. Grayscale: #B4B4B4. Windows color (decimal): -350906 or 4630010. OLE color: 4630010.

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

Color convert

RGB 250 165 70 -
CMYK 0 0.34 0.72 0.02
HSL 31.67º 0.95% 0.63% -
HSV(B) 31.67º 0.72% 0.98% -
XYZ 53.98 47.68 12.15 -
YUV 179.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 250 165 70 0 0.34 0.72 0.02 31.67 0.95 0.63
Hex FA A5 46 0 22 48 2 20 5F 3F
Octal 372 245 106 0 42 110 2 40 137 77
Binary 11111010 10100101 1000110 0 100010 1001000 10 100000 1011111 111111

Color Harmonies of #FAA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA546

Black with #FAA546

Text Example


Text Example

White with #FAA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA546; }

 p { color: rgb(250,165,70); }

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

background-color css

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

 a { background-color: rgb(250,165,70); }

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

border-color css

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

 span { border-color: rgb(250,165,70); }

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