Html Css Color HEX #FA8646 Crusta

📋 copy color: '#FA8646'

red 250 ◦ green 134 ◦ blue 70

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

Shades of Crusta #FA8646

Tints of Crusta #FA8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 70 (27.73% from 255) = 15.42%

R = 55.07%
G = 29.52%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA8646 (or 0xFA8646) is known color: Crusta. HEX triplet: FA, 86 and 46. RGB value is (250,134,70). Sum of RGB (Red+Green+Blue) = 250+134+70=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8646 is #0579B9. Grayscale: #A1A1A1. Windows color (decimal): -358842 or 4622074. OLE color: 4622074.

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

Color convert

RGB 250 134 70 -
CMYK 0 0.46 0.72 0.02
HSL 21.33º 0.95% 0.63% -
HSV(B) 21.33º 0.72% 0.98% -
XYZ 49.05 37.82 10.51 -
YUV 161.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 250 134 70 0 0.46 0.72 0.02 21.33 0.95 0.63
Hex FA 86 46 0 2E 48 2 15 5F 3F
Octal 372 206 106 0 56 110 2 25 137 77
Binary 11111010 10000110 1000110 0 101110 1001000 10 10101 1011111 111111

Color Harmonies of #FA8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8646

Black with #FA8646

Text Example


Text Example

White with #FA8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8646; }

 p { color: rgb(250,134,70); }

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

background-color css

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

 a { background-color: rgb(250,134,70); }

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

border-color css

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

 span { border-color: rgb(250,134,70); }

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