Html Css Color HEX #FA885D Crusta

📋 copy color: '#FA885D'

red 250 ◦ green 136 ◦ blue 93

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

Shades of Crusta #FA885D

Tints of Crusta #FA885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 52.19%
G = 28.39%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA885D (or 0xFA885D) is known color: Crusta. HEX triplet: FA, 88 and 5D. RGB value is (250,136,93). Sum of RGB (Red+Green+Blue) = 250+136+93=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885D is #0577A2. Grayscale: #A5A5A5. Windows color (decimal): -358307 or 6129914. OLE color: 6129914.

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

Color convert

RGB 250 136 93 -
CMYK 0 0.46 0.63 0.02
HSL 16.43º 0.94% 0.67% -
HSV(B) 16.43º 0.63% 0.98% -
XYZ 50.2 38.72 15.18 -
YUV 165.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 250 136 93 0 0.46 0.63 0.02 16.43 0.94 0.67
Hex FA 88 5D 0 2E 3F 2 10 5E 43
Octal 372 210 135 0 56 77 2 20 136 103
Binary 11111010 10001000 1011101 0 101110 111111 10 10000 1011110 1000011

Color Harmonies of #FA885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA885D

Black with #FA885D

Text Example


Text Example

White with #FA885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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