Html Css Color HEX #FA8558 Crusta

📋 copy color: '#FA8558'

red 250 ◦ green 133 ◦ blue 88

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

Shades of Crusta #FA8558

Tints of Crusta #FA8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

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

R = 53.08%
G = 28.24%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8558 (or 0xFA8558) is known color: Crusta. HEX triplet: FA, 85 and 58. RGB value is (250,133,88). Sum of RGB (Red+Green+Blue) = 250+133+88=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8558 is #057AA7. Grayscale: #A3A3A3. Windows color (decimal): -359080 or 5801466. OLE color: 5801466.

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

Color convert

RGB 250 133 88 -
CMYK 0 0.47 0.65 0.02
HSL 16.67º 0.94% 0.66% -
HSV(B) 16.67º 0.65% 0.98% -
XYZ 49.57 37.8 13.92 -
YUV 162.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 250 133 88 0 0.47 0.65 0.02 16.67 0.94 0.66
Hex FA 85 58 0 2F 41 2 11 5E 42
Octal 372 205 130 0 57 101 2 21 136 102
Binary 11111010 10000101 1011000 0 101111 1000001 10 10001 1011110 1000010

Color Harmonies of #FA8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8558

Black with #FA8558

Text Example


Text Example

White with #FA8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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