Html Css Color HEX #FAA54C Sunshade

📋 copy color: '#FAA54C'

red 250 ◦ green 165 ◦ blue 76

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

Shades of Sunshade #FAA54C

Tints of Sunshade #FAA54C

RGB

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

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

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

R = 50.92%
G = 33.6%
B = 15.48%

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

#FAA54C (or 0xFAA54C) is known color: Sunshade. HEX triplet: FA, A5 and 4C. RGB value is (250,165,76). Sum of RGB (Red+Green+Blue) = 250+165+76=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA54C is #055AB3. Grayscale: #B4B4B4. Windows color (decimal): -350900 or 5023226. OLE color: 5023226.

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

Color convert

RGB 250 165 76 -
CMYK 0 0.34 0.70 0.02
HSL 30.69º 0.95% 0.64% -
HSV(B) 30.69º 0.7% 0.98% -
XYZ 54.18 47.76 13.2 -
YUV 180.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 250 165 76 0 0.34 0.70 0.02 30.69 0.95 0.64
Hex FA A5 4C 0 22 46 2 1F 5F 40
Octal 372 245 114 0 42 106 2 37 137 100
Binary 11111010 10100101 1001100 0 100010 1000110 10 11111 1011111 1000000

Color Harmonies of #FAA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA54C

Black with #FAA54C

Text Example


Text Example

White with #FAA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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