Html Css Color HEX #FA8D5D Crusta

📋 copy color: '#FA8D5D'

red 250 ◦ green 141 ◦ blue 93

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

Shades of Crusta #FA8D5D

Tints of Crusta #FA8D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 51.65%
G = 29.13%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA8D5D (or 0xFA8D5D) is known color: Crusta. HEX triplet: FA, 8D and 5D. RGB value is (250,141,93). Sum of RGB (Red+Green+Blue) = 250+141+93=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D5D is #0572A2. Grayscale: #A8A8A8. Windows color (decimal): -357027 or 6131194. OLE color: 6131194.

HSL color Cylindrical-coordinate representation of color #FA8D5D: hue angle of 18.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA8D5D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 141 93 -
CMYK 0 0.44 0.63 0.02
HSL 18.34º 0.94% 0.67% -
HSV(B) 18.34º 0.63% 0.98% -
XYZ 50.93 40.16 15.42 -
YUV 168.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 250 141 93 0 0.44 0.63 0.02 18.34 0.94 0.67
Hex FA 8D 5D 0 2C 3F 2 12 5E 43
Octal 372 215 135 0 54 77 2 22 136 103
Binary 11111010 10001101 1011101 0 101100 111111 10 10010 1011110 1000011

Color Harmonies of #FA8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D5D

Black with #FA8D5D

Text Example


Text Example

White with #FA8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D5D; }

 p { color: rgb(250,141,93); }

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

background-color css

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

 a { background-color: rgb(250,141,93); }

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

border-color css

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

 span { border-color: rgb(250,141,93); }

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