Html Css Color HEX #FA8E51 Crusta

📋 copy color: '#FA8E51'

red 250 ◦ green 142 ◦ blue 81

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

Shades of Crusta #FA8E51

Tints of Crusta #FA8E51

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 81 (32.03% from 255) = 17.12%

R = 52.85%
G = 30.02%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA8E51 (or 0xFA8E51) is known color: Crusta. HEX triplet: FA, 8E and 51. RGB value is (250,142,81). Sum of RGB (Red+Green+Blue) = 250+142+81=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E51 is #0571AE. Grayscale: #A7A7A7. Windows color (decimal): -356783 or 5345018. OLE color: 5345018.

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

Color convert

RGB 250 142 81 -
CMYK 0 0.43 0.68 0.02
HSL 21.66º 0.94% 0.65% -
HSV(B) 21.66º 0.68% 0.98% -
XYZ 50.58 40.26 12.89 -
YUV 167.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 250 142 81 0 0.43 0.68 0.02 21.66 0.94 0.65
Hex FA 8E 51 0 2B 44 2 16 5E 41
Octal 372 216 121 0 53 104 2 26 136 101
Binary 11111010 10001110 1010001 0 101011 1000100 10 10110 1011110 1000001

Color Harmonies of #FA8E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E51

Black with #FA8E51

Text Example


Text Example

White with #FA8E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E51; }

 p { color: rgb(250,142,81); }

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

background-color css

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

 a { background-color: rgb(250,142,81); }

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

border-color css

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

 span { border-color: rgb(250,142,81); }

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