Html Css Color HEX #FAA44C Sunshade

📋 copy color: '#FAA44C'

red 250 ◦ green 164 ◦ blue 76

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

Shades of Sunshade #FAA44C

Tints of Sunshade #FAA44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 51.02%
G = 33.47%
B = 15.51%

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

#FAA44C (or 0xFAA44C) is known color: Sunshade. HEX triplet: FA, A4 and 4C. RGB value is (250,164,76). Sum of RGB (Red+Green+Blue) = 250+164+76=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA44C is #055BB3. Grayscale: #B4B4B4. Windows color (decimal): -351156 or 5022970. OLE color: 5022970.

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

Color convert

RGB 250 164 76 -
CMYK 0 0.34 0.70 0.02
HSL 30.34º 0.95% 0.64% -
HSV(B) 30.34º 0.7% 0.98% -
XYZ 54 47.4 13.14 -
YUV 179.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 250 164 76 0 0.34 0.70 0.02 30.34 0.95 0.64
Hex FA A4 4C 0 22 46 2 1E 5F 40
Octal 372 244 114 0 42 106 2 36 137 100
Binary 11111010 10100100 1001100 0 100010 1000110 10 11110 1011111 1000000

Color Harmonies of #FAA44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA44C

Black with #FAA44C

Text Example


Text Example

White with #FAA44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA44C; }

 p { color: rgb(250,164,76); }

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

background-color css

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

 a { background-color: rgb(250,164,76); }

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

border-color css

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

 span { border-color: rgb(250,164,76); }

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