Html Css Color HEX #FA8B5A Crusta

📋 copy color: '#FA8B5A'

red 250 ◦ green 139 ◦ blue 90

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

Shades of Crusta #FA8B5A

Tints of Crusta #FA8B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.02%

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

R = 52.19%
G = 29.02%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA8B5A (or 0xFA8B5A) is known color: Crusta. HEX triplet: FA, 8B and 5A. RGB value is (250,139,90). Sum of RGB (Red+Green+Blue) = 250+139+90=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8B5A is #0574A5. Grayscale: #A6A6A6. Windows color (decimal): -357542 or 5934074. OLE color: 5934074.

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

Color convert

RGB 250 139 90 -
CMYK 0 0.44 0.64 0.02
HSL 18.38º 0.94% 0.67% -
HSV(B) 18.38º 0.64% 0.98% -
XYZ 50.5 39.53 14.64 -
YUV 166.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 250 139 90 0 0.44 0.64 0.02 18.38 0.94 0.67
Hex FA 8B 5A 0 2C 40 2 12 5E 43
Octal 372 213 132 0 54 100 2 22 136 103
Binary 11111010 10001011 1011010 0 101100 1000000 10 10010 1011110 1000011

Color Harmonies of #FA8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B5A

Black with #FA8B5A

Text Example


Text Example

White with #FA8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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