Html Css Color HEX #FA8D5C Crusta

📋 copy color: '#FA8D5C'

red 250 ◦ green 141 ◦ blue 92

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

Shades of Crusta #FA8D5C

Tints of Crusta #FA8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 51.76%
G = 29.19%
B = 19.05%

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

#FA8D5C (or 0xFA8D5C) is known color: Crusta. HEX triplet: FA, 8D and 5C. RGB value is (250,141,92). Sum of RGB (Red+Green+Blue) = 250+141+92=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D5C is #0572A3. Grayscale: #A8A8A8. Windows color (decimal): -357028 or 6065658. OLE color: 6065658.

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

Color convert

RGB 250 141 92 -
CMYK 0 0.44 0.63 0.02
HSL 18.61º 0.94% 0.67% -
HSV(B) 18.61º 0.63% 0.98% -
XYZ 50.88 40.15 15.19 -
YUV 168.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 250 141 92 0 0.44 0.63 0.02 18.61 0.94 0.67
Hex FA 8D 5C 0 2C 3F 2 13 5E 43
Octal 372 215 134 0 54 77 2 23 136 103
Binary 11111010 10001101 1011100 0 101100 111111 10 10011 1011110 1000011

Color Harmonies of #FA8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D5C

Black with #FA8D5C

Text Example


Text Example

White with #FA8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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