Html Css Color HEX #FA8F59 Crusta

📋 copy color: '#FA8F59'

red 250 ◦ green 143 ◦ blue 89

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

Shades of Crusta #FA8F59

Tints of Crusta #FA8F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.46%

R = 51.87%
G = 29.67%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA8F59 (or 0xFA8F59) is known color: Crusta. HEX triplet: FA, 8F and 59. RGB value is (250,143,89). Sum of RGB (Red+Green+Blue) = 250+143+89=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F59 is #0570A6. Grayscale: #A9A9A9. Windows color (decimal): -356519 or 5869562. OLE color: 5869562.

HSL color Cylindrical-coordinate representation of color #FA8F59: hue angle of 20.12º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA8F59 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 89 -
CMYK 0 0.43 0.64 0.02
HSL 20.12º 0.94% 0.66% -
HSV(B) 20.12º 0.64% 0.98% -
XYZ 51.05 40.69 14.61 -
YUV 168.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 250 143 89 0 0.43 0.64 0.02 20.12 0.94 0.66
Hex FA 8F 59 0 2B 40 2 14 5E 42
Octal 372 217 131 0 53 100 2 24 136 102
Binary 11111010 10001111 1011001 0 101011 1000000 10 10100 1011110 1000010

Color Harmonies of #FA8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F59

Black with #FA8F59

Text Example


Text Example

White with #FA8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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