Html Css Color HEX #FA8955 Crusta

📋 copy color: '#FA8955'

red 250 ◦ green 137 ◦ blue 85

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

Shades of Crusta #FA8955

Tints of Crusta #FA8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 85 (33.59% from 255) = 18.01%

R = 52.97%
G = 29.03%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8955 (or 0xFA8955) is known color: Crusta. HEX triplet: FA, 89 and 55. RGB value is (250,137,85). Sum of RGB (Red+Green+Blue) = 250+137+85=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8955 is #0576AA. Grayscale: #A5A5A5. Windows color (decimal): -358059 or 5605882. OLE color: 5605882.

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

Color convert

RGB 250 137 85 -
CMYK 0 0.45 0.66 0.02
HSL 18.91º 0.94% 0.66% -
HSV(B) 18.91º 0.66% 0.98% -
XYZ 50.01 38.87 13.46 -
YUV 164.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 250 137 85 0 0.45 0.66 0.02 18.91 0.94 0.66
Hex FA 89 55 0 2D 42 2 13 5E 42
Octal 372 211 125 0 55 102 2 23 136 102
Binary 11111010 10001001 1010101 0 101101 1000010 10 10011 1011110 1000010

Color Harmonies of #FA8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8955

Black with #FA8955

Text Example


Text Example

White with #FA8955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8955; }

 p { color: rgb(250,137,85); }

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

background-color css

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

 a { background-color: rgb(250,137,85); }

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

border-color css

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

 span { border-color: rgb(250,137,85); }

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