Html Css Color HEX #FA8760 Crusta

📋 copy color: '#FA8760'

red 250 ◦ green 135 ◦ blue 96

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

Shades of Crusta #FA8760

Tints of Crusta #FA8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.07%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 51.98%
G = 28.07%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8760 (or 0xFA8760) is known color: Crusta. HEX triplet: FA, 87 and 60. RGB value is (250,135,96). Sum of RGB (Red+Green+Blue) = 250+135+96=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8760 is #05789F. Grayscale: #A5A5A5. Windows color (decimal): -358560 or 6326266. OLE color: 6326266.

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

Color convert

RGB 250 135 96 -
CMYK 0 0.46 0.62 0.02
HSL 15.19º 0.94% 0.68% -
HSV(B) 15.19º 0.62% 0.98% -
XYZ 50.2 38.5 15.85 -
YUV 164.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 250 135 96 0 0.46 0.62 0.02 15.19 0.94 0.68
Hex FA 87 60 0 2E 3E 2 F 5E 44
Octal 372 207 140 0 56 76 2 17 136 104
Binary 11111010 10000111 1100000 0 101110 111110 10 1111 1011110 1000100

Color Harmonies of #FA8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8760

Black with #FA8760

Text Example


Text Example

White with #FA8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8760; }

 p { color: rgb(250,135,96); }

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

background-color css

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

 a { background-color: rgb(250,135,96); }

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

border-color css

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

 span { border-color: rgb(250,135,96); }

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