Html Css Color HEX #FAA144 Sunshade

📋 copy color: '#FAA144'

red 250 ◦ green 161 ◦ blue 68

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

Shades of Sunshade #FAA144

Tints of Sunshade #FAA144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.2%

R = 52.19%
G = 33.61%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAA144 (or 0xFAA144) is known color: Sunshade. HEX triplet: FA, A1 and 44. RGB value is (250,161,68). Sum of RGB (Red+Green+Blue) = 250+161+68=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA144 is #055EBB. Grayscale: #B1B1B1. Windows color (decimal): -351932 or 4497914. OLE color: 4497914.

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

Color convert

RGB 250 161 68 -
CMYK 0 0.36 0.73 0.02
HSL 30.66º 0.95% 0.62% -
HSV(B) 30.66º 0.73% 0.98% -
XYZ 53.21 46.23 11.59 -
YUV 177.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 250 161 68 0 0.36 0.73 0.02 30.66 0.95 0.62
Hex FA A1 44 0 24 49 2 1F 5F 3E
Octal 372 241 104 0 44 111 2 37 137 76
Binary 11111010 10100001 1000100 0 100100 1001001 10 11111 1011111 111110

Color Harmonies of #FAA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA144

Black with #FAA144

Text Example


Text Example

White with #FAA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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