Html Css Color HEX #FA8F57 Crusta

📋 copy color: '#FA8F57'

red 250 ◦ green 143 ◦ blue 87

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

Shades of Crusta #FA8F57

Tints of Crusta #FA8F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 52.08%
G = 29.79%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8F57 (or 0xFA8F57) is known color: Crusta. HEX triplet: FA, 8F and 57. RGB value is (250,143,87). Sum of RGB (Red+Green+Blue) = 250+143+87=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F57 is #0570A8. Grayscale: #A8A8A8. Windows color (decimal): -356521 or 5738490. OLE color: 5738490.

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

Color convert

RGB 250 143 87 -
CMYK 0 0.43 0.65 0.02
HSL 20.61º 0.94% 0.66% -
HSV(B) 20.61º 0.65% 0.98% -
XYZ 50.97 40.66 14.18 -
YUV 168.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 250 143 87 0 0.43 0.65 0.02 20.61 0.94 0.66
Hex FA 8F 57 0 2B 41 2 15 5E 42
Octal 372 217 127 0 53 101 2 25 136 102
Binary 11111010 10001111 1010111 0 101011 1000001 10 10101 1011110 1000010

Color Harmonies of #FA8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F57

Black with #FA8F57

Text Example


Text Example

White with #FA8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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