Html Css Color HEX #FA8C57 Crusta

📋 copy color: '#FA8C57'

red 250 ◦ green 140 ◦ blue 87

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

Shades of Crusta #FA8C57

Tints of Crusta #FA8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 87 (34.38% from 255) = 18.24%

R = 52.41%
G = 29.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8C57 (or 0xFA8C57) is known color: Crusta. HEX triplet: FA, 8C and 57. RGB value is (250,140,87). Sum of RGB (Red+Green+Blue) = 250+140+87=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C57 is #0573A8. Grayscale: #A7A7A7. Windows color (decimal): -357289 or 5737722. OLE color: 5737722.

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

Color convert

RGB 250 140 87 -
CMYK 0 0.44 0.65 0.02
HSL 19.51º 0.94% 0.66% -
HSV(B) 19.51º 0.65% 0.98% -
XYZ 50.52 39.77 14.03 -
YUV 166.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 250 140 87 0 0.44 0.65 0.02 19.51 0.94 0.66
Hex FA 8C 57 0 2C 41 2 14 5E 42
Octal 372 214 127 0 54 101 2 24 136 102
Binary 11111010 10001100 1010111 0 101100 1000001 10 10100 1011110 1000010

Color Harmonies of #FA8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C57

Black with #FA8C57

Text Example


Text Example

White with #FA8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C57; }

 p { color: rgb(250,140,87); }

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

background-color css

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

 a { background-color: rgb(250,140,87); }

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

border-color css

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

 span { border-color: rgb(250,140,87); }

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