Html Css Color HEX #FA8F56 Crusta

📋 copy color: '#FA8F56'

red 250 ◦ green 143 ◦ blue 86

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

Shades of Crusta #FA8F56

Tints of Crusta #FA8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

 BLUE value IS 86 (33.98% from 255) = 17.95%

R = 52.19%
G = 29.85%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8F56 (or 0xFA8F56) is known color: Crusta. HEX triplet: FA, 8F and 56. RGB value is (250,143,86). Sum of RGB (Red+Green+Blue) = 250+143+86=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F56 is #0570A9. Grayscale: #A8A8A8. Windows color (decimal): -356522 or 5672954. OLE color: 5672954.

HSL color Cylindrical-coordinate representation of color #FA8F56: hue angle of 20.85º 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 #FA8F56 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 86 -
CMYK 0 0.43 0.66 0.02
HSL 20.85º 0.94% 0.66% -
HSV(B) 20.85º 0.66% 0.98% -
XYZ 50.93 40.64 13.96 -
YUV 168.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 250 143 86 0 0.43 0.66 0.02 20.85 0.94 0.66
Hex FA 8F 56 0 2B 42 2 15 5E 42
Octal 372 217 126 0 53 102 2 25 136 102
Binary 11111010 10001111 1010110 0 101011 1000010 10 10101 1011110 1000010

Color Harmonies of #FA8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F56

Black with #FA8F56

Text Example


Text Example

White with #FA8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F56; }

 p { color: rgb(250,143,86); }

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

background-color css

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

 a { background-color: rgb(250,143,86); }

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

border-color css

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

 span { border-color: rgb(250,143,86); }

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