Html Css Color HEX #FA885F Crusta

📋 copy color: '#FA885F'

red 250 ◦ green 136 ◦ blue 95

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

Shades of Crusta #FA885F

Tints of Crusta #FA885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 51.98%
G = 28.27%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA885F (or 0xFA885F) is known color: Crusta. HEX triplet: FA, 88 and 5F. RGB value is (250,136,95). Sum of RGB (Red+Green+Blue) = 250+136+95=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885F is #0577A0. Grayscale: #A5A5A5. Windows color (decimal): -358305 or 6260986. OLE color: 6260986.

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

Color convert

RGB 250 136 95 -
CMYK 0 0.46 0.62 0.02
HSL 15.87º 0.94% 0.68% -
HSV(B) 15.87º 0.62% 0.98% -
XYZ 50.29 38.76 15.66 -
YUV 165.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 250 136 95 0 0.46 0.62 0.02 15.87 0.94 0.68
Hex FA 88 5F 0 2E 3E 2 10 5E 44
Octal 372 210 137 0 56 76 2 20 136 104
Binary 11111010 10001000 1011111 0 101110 111110 10 10000 1011110 1000100

Color Harmonies of #FA885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA885F

Black with #FA885F

Text Example


Text Example

White with #FA885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA885F; }

 p { color: rgb(250,136,95); }

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

background-color css

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

 a { background-color: rgb(250,136,95); }

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

border-color css

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

 span { border-color: rgb(250,136,95); }

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