Html Css Color HEX #FA8F58 Crusta

📋 copy color: '#FA8F58'

red 250 ◦ green 143 ◦ blue 88

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

Shades of Crusta #FA8F58

Tints of Crusta #FA8F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 51.98%
G = 29.73%
B = 18.3%

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

#FA8F58 (or 0xFA8F58) is known color: Crusta. HEX triplet: FA, 8F and 58. RGB value is (250,143,88). Sum of RGB (Red+Green+Blue) = 250+143+88=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F58 is #0570A7. Grayscale: #A9A9A9. Windows color (decimal): -356520 or 5804026. OLE color: 5804026.

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

Color convert

RGB 250 143 88 -
CMYK 0 0.43 0.65 0.02
HSL 20.37º 0.94% 0.66% -
HSV(B) 20.37º 0.65% 0.98% -
XYZ 51.01 40.67 14.39 -
YUV 168.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 250 143 88 0 0.43 0.65 0.02 20.37 0.94 0.66
Hex FA 8F 58 0 2B 41 2 14 5E 42
Octal 372 217 130 0 53 101 2 24 136 102
Binary 11111010 10001111 1011000 0 101011 1000001 10 10100 1011110 1000010

Color Harmonies of #FA8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F58

Black with #FA8F58

Text Example


Text Example

White with #FA8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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