Html Css Color HEX #FA8F5A Crusta

📋 copy color: '#FA8F5A'

red 250 ◦ green 143 ◦ blue 90

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

Shades of Crusta #FA8F5A

Tints of Crusta #FA8F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 51.76%
G = 29.61%
B = 18.63%

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

#FA8F5A (or 0xFA8F5A) is known color: Crusta. HEX triplet: FA, 8F and 5A. RGB value is (250,143,90). Sum of RGB (Red+Green+Blue) = 250+143+90=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F5A is #0570A5. Grayscale: #A9A9A9. Windows color (decimal): -356518 or 5935098. OLE color: 5935098.

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

Color convert

RGB 250 143 90 -
CMYK 0 0.43 0.64 0.02
HSL 19.88º 0.94% 0.67% -
HSV(B) 19.88º 0.64% 0.98% -
XYZ 51.09 40.71 14.84 -
YUV 168.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 250 143 90 0 0.43 0.64 0.02 19.88 0.94 0.67
Hex FA 8F 5A 0 2B 40 2 14 5E 43
Octal 372 217 132 0 53 100 2 24 136 103
Binary 11111010 10001111 1011010 0 101011 1000000 10 10100 1011110 1000011

Color Harmonies of #FA8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F5A

Black with #FA8F5A

Text Example


Text Example

White with #FA8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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