Html Css Color HEX #FA8358 Crusta

📋 copy color: '#FA8358'

red 250 ◦ green 131 ◦ blue 88

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

Shades of Crusta #FA8358

Tints of Crusta #FA8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 53.3%
G = 27.93%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8358 (or 0xFA8358) is known color: Crusta. HEX triplet: FA, 83 and 58. RGB value is (250,131,88). Sum of RGB (Red+Green+Blue) = 250+131+88=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8358 is #057CA7. Grayscale: #A1A1A1. Windows color (decimal): -359592 or 5800954. OLE color: 5800954.

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

Color convert

RGB 250 131 88 -
CMYK 0 0.48 0.65 0.02
HSL 15.93º 0.94% 0.66% -
HSV(B) 15.93º 0.65% 0.98% -
XYZ 49.3 37.26 13.83 -
YUV 161.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 250 131 88 0 0.48 0.65 0.02 15.93 0.94 0.66
Hex FA 83 58 0 30 41 2 10 5E 42
Octal 372 203 130 0 60 101 2 20 136 102
Binary 11111010 10000011 1011000 0 110000 1000001 10 10000 1011110 1000010

Color Harmonies of #FA8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8358

Black with #FA8358

Text Example


Text Example

White with #FA8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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