Html Css Color HEX #FAA14C Sunshade

📋 copy color: '#FAA14C'

red 250 ◦ green 161 ◦ blue 76

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

Shades of Sunshade #FAA14C

Tints of Sunshade #FAA14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.06%

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

R = 51.33%
G = 33.06%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAA14C (or 0xFAA14C) is known color: Sunshade. HEX triplet: FA, A1 and 4C. RGB value is (250,161,76). Sum of RGB (Red+Green+Blue) = 250+161+76=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA14C is #055EB3. Grayscale: #B2B2B2. Windows color (decimal): -351924 or 5022202. OLE color: 5022202.

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

Color convert

RGB 250 161 76 -
CMYK 0 0.36 0.70 0.02
HSL 29.31º 0.95% 0.64% -
HSV(B) 29.31º 0.7% 0.98% -
XYZ 53.47 46.34 12.96 -
YUV 177.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 250 161 76 0 0.36 0.70 0.02 29.31 0.95 0.64
Hex FA A1 4C 0 24 46 2 1D 5F 40
Octal 372 241 114 0 44 106 2 35 137 100
Binary 11111010 10100001 1001100 0 100100 1000110 10 11101 1011111 1000000

Color Harmonies of #FAA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA14C

Black with #FAA14C

Text Example


Text Example

White with #FAA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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