Html Css Color HEX #FA8562 Crusta

📋 copy color: '#FA8562'

red 250 ◦ green 133 ◦ blue 98

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

Shades of Crusta #FA8562

Tints of Crusta #FA8562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 51.98%
G = 27.65%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA8562 (or 0xFA8562) is known color: Crusta. HEX triplet: FA, 85 and 62. RGB value is (250,133,98). Sum of RGB (Red+Green+Blue) = 250+133+98=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8562 is #057A9D. Grayscale: #A4A4A4. Windows color (decimal): -359070 or 6456826. OLE color: 6456826.

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

Color convert

RGB 250 133 98 -
CMYK 0 0.47 0.61 0.02
HSL 13.82º 0.94% 0.68% -
HSV(B) 13.82º 0.61% 0.98% -
XYZ 50.02 37.98 16.25 -
YUV 163.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 250 133 98 0 0.47 0.61 0.02 13.82 0.94 0.68
Hex FA 85 62 0 2F 3D 2 E 5E 44
Octal 372 205 142 0 57 75 2 16 136 104
Binary 11111010 10000101 1100010 0 101111 111101 10 1110 1011110 1000100

Color Harmonies of #FA8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8562

Black with #FA8562

Text Example


Text Example

White with #FA8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8562; }

 p { color: rgb(250,133,98); }

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

background-color css

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

 a { background-color: rgb(250,133,98); }

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

border-color css

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

 span { border-color: rgb(250,133,98); }

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