Html Css Color HEX #FA8458 Crusta

📋 copy color: '#FA8458'

red 250 ◦ green 132 ◦ blue 88

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

Shades of Crusta #FA8458

Tints of Crusta #FA8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

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

R = 53.19%
G = 28.09%
B = 18.72%

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

#FA8458 (or 0xFA8458) is known color: Crusta. HEX triplet: FA, 84 and 58. RGB value is (250,132,88). Sum of RGB (Red+Green+Blue) = 250+132+88=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8458 is #057BA7. Grayscale: #A2A2A2. Windows color (decimal): -359336 or 5801210. OLE color: 5801210.

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

Color convert

RGB 250 132 88 -
CMYK 0 0.47 0.65 0.02
HSL 16.3º 0.94% 0.66% -
HSV(B) 16.3º 0.65% 0.98% -
XYZ 49.44 37.53 13.87 -
YUV 162.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 250 132 88 0 0.47 0.65 0.02 16.3 0.94 0.66
Hex FA 84 58 0 2F 41 2 10 5E 42
Octal 372 204 130 0 57 101 2 20 136 102
Binary 11111010 10000100 1011000 0 101111 1000001 10 10000 1011110 1000010

Color Harmonies of #FA8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8458

Black with #FA8458

Text Example


Text Example

White with #FA8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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