Html Css Color HEX #FAA54A Sunshade

📋 copy color: '#FAA54A'

red 250 ◦ green 165 ◦ blue 74

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

Shades of Sunshade #FAA54A

Tints of Sunshade #FAA54A

RGB

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

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

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

R = 51.12%
G = 33.74%
B = 15.13%

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

#FAA54A (or 0xFAA54A) is known color: Sunshade. HEX triplet: FA, A5 and 4A. RGB value is (250,165,74). Sum of RGB (Red+Green+Blue) = 250+165+74=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA54A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA54A is #055AB5. Grayscale: #B4B4B4. Windows color (decimal): -350902 or 4892154. OLE color: 4892154.

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

Color convert

RGB 250 165 74 -
CMYK 0 0.34 0.70 0.02
HSL 31.02º 0.95% 0.64% -
HSV(B) 31.02º 0.7% 0.98% -
XYZ 54.12 47.73 12.84 -
YUV 180.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 250 165 74 0 0.34 0.70 0.02 31.02 0.95 0.64
Hex FA A5 4A 0 22 46 2 1F 5F 40
Octal 372 245 112 0 42 106 2 37 137 100
Binary 11111010 10100101 1001010 0 100010 1000110 10 11111 1011111 1000000

Color Harmonies of #FAA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA54A

Black with #FAA54A

Text Example


Text Example

White with #FAA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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