Html Css Color HEX #FA9058 Crusta

📋 copy color: '#FA9058'

red 250 ◦ green 144 ◦ blue 88

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

Shades of Crusta #FA9058

Tints of Crusta #FA9058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

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

R = 51.87%
G = 29.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA9058 (or 0xFA9058) is known color: Crusta. HEX triplet: FA, 90 and 58. RGB value is (250,144,88). Sum of RGB (Red+Green+Blue) = 250+144+88=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9058 is #056FA7. Grayscale: #A9A9A9. Windows color (decimal): -356264 or 5804282. OLE color: 5804282.

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

Color convert

RGB 250 144 88 -
CMYK 0 0.42 0.65 0.02
HSL 20.74º 0.94% 0.66% -
HSV(B) 20.74º 0.65% 0.98% -
XYZ 51.16 40.98 14.45 -
YUV 169.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 250 144 88 0 0.42 0.65 0.02 20.74 0.94 0.66
Hex FA 90 58 0 2A 41 2 15 5E 42
Octal 372 220 130 0 52 101 2 25 136 102
Binary 11111010 10010000 1011000 0 101010 1000001 10 10101 1011110 1000010

Color Harmonies of #FA9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9058

Black with #FA9058

Text Example


Text Example

White with #FA9058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9058; }

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

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

background-color css

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

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

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

border-color css

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

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

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